Skip to content

Commit

Permalink
-
Browse files Browse the repository at this point in the history
  • Loading branch information
sollyu committed Dec 29, 2017
1 parent 86be223 commit 79f18b3
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 5 deletions.
11 changes: 9 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@ android {
applicationId "com.sollyu.xposed.hook.model"
minSdkVersion 16
targetSdkVersion 26
versionCode 585
versionName "3.2.4." + getGitVersion()
versionCode 586
versionName "3.2.5." + getGitVersion()
}
buildTypes {
release {
Expand All @@ -41,6 +41,13 @@ android {
coolapk {
dimension "default"
}
oschina {
dimension "default"
}
ys168 {
dimension "default"
}

}
android.applicationVariants.all { variant ->
variant.outputs.each { output ->
Expand Down
6 changes: 3 additions & 3 deletions online/app.env.soft.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"last-version-code": 585,
"last-version-name": "3.2.4",
"last-version-message": "+ 增加启动时检测权限\n~ 增加版本号 (ง •̀_•́)ง ",
"last-version-code": 586,
"last-version-name": "3.2.5",
"last-version-message": "+ 增加日志界面\n+ 增加部分服务器功能\n增加「扫一扫」\n~ 增加版本号 (ง •̀_•́)ง ",
"last-version-url": "https://github.com/kingsollyu/AppEnv-Kotlin/releases"
}

0 comments on commit 79f18b3

Please sign in to comment.