Skip to content

Commit

Permalink
little patch
Browse files Browse the repository at this point in the history
  • Loading branch information
legendsayantan committed Jun 8, 2024
1 parent f5792bd commit 88e8f61
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ android {
targetSdk 34
versionCode 1
versionName "1.4.0"

testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
}

Expand All @@ -36,7 +35,7 @@ dependencies {
implementation "dev.rikka.shizuku:api:12.1.0"
implementation "dev.rikka.shizuku:provider:12.1.0"
implementation 'com.google.code.gson:gson:2.10.1'
implementation 'androidx.core:core-ktx:1.12.0'
implementation 'androidx.core:core-ktx:1.13.1'
implementation 'androidx.appcompat:appcompat:1.6.1'
implementation 'com.google.android.material:material:1.11.0'
implementation 'androidx.constraintlayout:constraintlayout:2.1.4'
Expand Down
Binary file modified app/release/app-release.apk
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ class InitialActivity : AppCompatActivity() {
applicationContext,
"https://cdn.jsdelivr.net/gh/legendsayantan/ShizuTools@master/app/build.gradle",
86400000
).checkAndNotify("https://github.com/legendsayantan/ShizuTools/raw/master/app/release/app-release.apk",R.drawable.baseline_file_download_24)
).checkAndNotify("https://github.com/legendsayantan/ShizuTools/releases/latest",R.drawable.baseline_file_download_24)
}

override fun onResume() {
Expand Down

0 comments on commit 88e8f61

Please sign in to comment.