@@ -7,16 +7,16 @@ plugins {
77 id ' com.google.android.gms.oss-licenses-plugin'
88}
99
10- def version = ' 1.7.1 '
10+ def version = ' 1.7.2 '
1111
1212android {
1313 compileSdk 34
1414
1515 defaultConfig {
1616 applicationId " com.kieronquinn.app.classicpowermenu"
1717 minSdk 30
18- targetSdk 33
19- versionCode 171
18+ targetSdk 34
19+ versionCode 172
2020 versionName version
2121
2222 testInstrumentationRunner " androidx.test.runner.AndroidJUnitRunner"
@@ -67,7 +67,7 @@ protobuf {
6767
6868dependencies {
6969 // AndroidX
70- def lifecycle_version = " 2.6.2 "
70+ def lifecycle_version = " 2.7.0 "
7171 implementation ' androidx.core:core-ktx:1.12.0'
7272 implementation ' androidx.appcompat:appcompat:1.6.1'
7373 implementation " androidx.lifecycle:lifecycle-runtime-ktx:$lifecycle_version "
@@ -76,13 +76,13 @@ dependencies {
7676 implementation " androidx.lifecycle:lifecycle-process:$lifecycle_version "
7777 implementation " androidx.lifecycle:lifecycle-service:$lifecycle_version "
7878 implementation ' androidx.constraintlayout:constraintlayout:2.1.4'
79- implementation ' androidx.work:work-runtime-ktx:2.8.1 '
79+ implementation ' androidx.work:work-runtime-ktx:2.9.0 '
8080 implementation " androidx.core:core-splashscreen:1.0.1"
8181 implementation " androidx.navigation:navigation-fragment-ktx:$nav_version "
8282 implementation " androidx.navigation:navigation-ui-ktx:$nav_version "
8383
8484 // Material
85- implementation ' com.google.android.material:material:1.10 .0'
85+ implementation ' com.google.android.material:material:1.11 .0'
8686
8787 // Monet
8888 implementation ' com.github.KieronQuinn:MonetCompat:0.4.1'
@@ -91,7 +91,7 @@ dependencies {
9191 implementation " io.insert-koin:koin-android:$koin_version "
9292
9393 // Protobuf
94- implementation " com.google.protobuf:protobuf-javalite:3.21.9 "
94+ implementation " com.google.protobuf:protobuf-javalite:3.25.2 "
9595
9696 // Guava for hashing code (to match what Gpay uses)
9797 implementation ' com.google.guava:guava:30.1.1-android'
@@ -110,16 +110,16 @@ dependencies {
110110
111111 // zxing for barcode/QR preview
112112 implementation ' com.google.zxing:core:3.4.1'
113- implementation ' com.journeyapps:zxing-android-embedded:4.1 .0@aar'
113+ implementation ' com.journeyapps:zxing-android-embedded:4.3 .0@aar'
114114
115115 // libsu for root operations
116- def libsuVersion = ' 5.0.3 '
116+ def libsuVersion = ' 5.2.2 '
117117 implementation " com.github.topjohnwu.libsu:core:${ libsuVersion} "
118118 implementation " com.github.topjohnwu.libsu:service:${ libsuVersion} "
119119 implementation " com.github.topjohnwu.libsu:io:${ libsuVersion} "
120120
121121 // Shizuku for helpful system service code (wallet/controls don't work with just Shizuku)
122- def shizuku_version = ' 12 .1.0 '
122+ def shizuku_version = ' 13 .1.5 '
123123 implementation " dev.rikka.shizuku:api:$shizuku_version "
124124
125125 // Xposed
@@ -134,7 +134,7 @@ dependencies {
134134
135135 // Other third party
136136 implementation ' org.lsposed.hiddenapibypass:hiddenapibypass:4.3'
137- implementation ' com.airbnb.android:lottie:5.2 .0'
137+ implementation ' com.airbnb.android:lottie:6.3 .0'
138138 implementation ' com.jakewharton:process-phoenix:2.1.2'
139139 implementation ' me.saket:better-link-movement-method:2.2.0'
140140 implementation " io.noties.markwon:core:4.6.2"
0 commit comments