Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in
Toggle navigation
M
MiYaFastCashier
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
1
Merge Requests
1
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
jiangjiantao
MiYaFastCashier
Commits
96fd5ab7
Commit
96fd5ab7
authored
Apr 08, 2022
by
zhaopengxiang
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
生成全局versions.gradle,完成版本定义,便于修改
parent
0b146579
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
8 additions
and
2 deletions
+8
-2
build.gradle
app/build.gradle
+4
-2
versions.gradle
versions.gradle
+4
-0
No files found.
app/build.gradle
View file @
96fd5ab7
...
...
@@ -4,6 +4,8 @@ plugins {
id
'kotlin-kapt'
}
apply
from:
'../versions.gradle'
android
{
compileSdkVersion
31
buildToolsVersion
"30.0.3"
...
...
@@ -21,8 +23,8 @@ android {
applicationId
"com.miya.fastcashier"
minSdkVersion
19
targetSdkVersion
31
versionCode
21
versionName
"2.1"
versionCode
VERSION_CODE
.
toInteger
()
versionName
VERSION_NAME
.
toString
()
multiDexEnabled
true
testInstrumentationRunner
"androidx.test.runner.AndroidJUnitRunner"
}
...
...
versions.gradle
0 → 100644
View file @
96fd5ab7
ext
{
VERSION_CODE
=
21
VERSION_NAME
=
'2.1.1'
}
\ No newline at end of file
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment