Skip to content

Commit

Permalink
update gradle default config.
Browse files Browse the repository at this point in the history
  • Loading branch information
shaoshuai904 committed Feb 20, 2019
1 parent 21b0528 commit 36af2d3
Show file tree
Hide file tree
Showing 5 changed files with 16 additions and 8 deletions.
12 changes: 9 additions & 3 deletions .idea/misc.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ android {
applicationId "com.maple.iosdialog"
minSdkVersion 14
targetSdkVersion 28
versionCode 11
versionName "1.2.2"
versionCode VERSION_CODE as int
versionName VERSION_NAME
}
buildTypes {
release {
Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ buildscript {
google()
}
dependencies {
classpath 'com.android.tools.build:gradle:3.3.0'
classpath 'com.android.tools.build:gradle:3.3.1'

// NOTE: Do not place your application dependencies here; they belong
// in the individual module build.gradle files
Expand Down
2 changes: 2 additions & 0 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -15,3 +15,5 @@ org.gradle.jvmargs=-Xmx1536m
# This option should only be used with decoupled projects. More details, visit
# http://www.gradle.org/docs/current/userguide/multi_project_builds.html#sec:decoupled_projects
# org.gradle.parallel=true
VERSION_CODE=12
VERSION_NAME=1.2.3
4 changes: 2 additions & 2 deletions msdialog/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ android {
defaultConfig {
minSdkVersion 14
targetSdkVersion 28
versionCode 6
versionName "1.2.2"
versionCode VERSION_CODE as int
versionName VERSION_NAME
}
buildTypes {
release {
Expand Down

0 comments on commit 36af2d3

Please sign in to comment.