Skip to content

Commit

Permalink
New version
Browse files Browse the repository at this point in the history
  • Loading branch information
zhengxiongjun committed Sep 15, 2021
1 parent 4e3480d commit b16d6b1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,8 @@ android {
applicationId "top.xjunz.automator"
minSdkVersion 23
targetSdkVersion 30
versionCode 3
versionName "1.0.2"+ ".r" + refine
versionCode 4
versionName "1.1.0"+ ".r" + refine
if(gradle.startParameter.taskNames.any{it.toLowerCase().contains("debug")}){
versionName+="-debug"
}
Expand Down
2 changes: 1 addition & 1 deletion automator/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ android {
}
dependencies {
compileOnly project('hidden-apis')
def shizuku_version = '11.0.3'
def shizuku_version = '12.0.0'
implementation "dev.rikka.shizuku:api:$shizuku_version"
implementation "dev.rikka.shizuku:provider:$shizuku_version"
implementation "org.jetbrains.kotlin:kotlin-stdlib:$kotlin_version"
Expand Down

0 comments on commit b16d6b1

Please sign in to comment.