Skip to content

Commit

Permalink
bump to v2.6
Browse files Browse the repository at this point in the history
  • Loading branch information
iamr0s committed May 29, 2023
1 parent d54fdc7 commit 0fbe6d6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 8 deletions.
6 changes: 2 additions & 4 deletions app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@ android {
applicationId = "com.rosan.dhizuku"
minSdk = 21
targetSdk = 33
versionCode = 8
versionName = "2.5"
versionCode = 9
versionName = "2.6"

testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
vectorDrawables {
Expand Down Expand Up @@ -130,7 +130,5 @@ dependencies {
implementation(libs.rikka.shizuku.api)
implementation(libs.rikka.shizuku.provider)

implementation(libs.commons.cli)

implementation(libs.iamr0s.androidAppProcess)
}
4 changes: 0 additions & 4 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -69,10 +69,6 @@ xxpermissions = { group = "com.github.getActivity", name = "XXPermissions", vers
rikka-shizuku-api = { group = "dev.rikka.shizuku", name = "api", version.ref = "rikka-shizuku" }
rikka-shizuku-provider = { group = "dev.rikka.shizuku", name = "provider", version.ref = "rikka-shizuku" }

# Commons CLI
# https://search.maven.org/artifact/commons-cli/commons-cli
commons-cli = { group = "commons-cli", name = "commons-cli", version = "1.5.0" }

# Android app_process
# https://github.com/iamr0s/AndroidAppProcess
iamr0s-androidAppProcess = { group = "io.github.iamr0s", name = "AndroidAppProcess", version = "1.1" }

0 comments on commit 0fbe6d6

Please sign in to comment.