Skip to content
This repository has been archived by the owner on Jun 30, 2022. It is now read-only.

Commit

Permalink
Update version code
Browse files Browse the repository at this point in the history
  • Loading branch information
bin456789 committed May 19, 2019
1 parent 439def2 commit a76473b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ android {
minSdkVersion 14
// target Android P 之后,在安装过程中会对 APP 文件目录实行严格的 SELinux 限制,即使 makeWorldReadable,其他 APP 也无法读取插件的任何配置文件
targetSdkVersion 27
versionCode 33
versionCode 34
versionName = "0.0.${versionCode}"
archivesBaseName = "${applicationId}-${versionName}"
}
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.4.0'
classpath 'com.android.tools.build:gradle:3.4.1'

// NOTE: Do not place your application dependencies here; they belong
// in the individual module build.gradle files
Expand Down

0 comments on commit a76473b

Please sign in to comment.