@@ -7,7 +7,7 @@ plugins {
7
7
id ' com.google.android.gms.oss-licenses-plugin'
8
8
}
9
9
10
- def version = ' 1.3'
10
+ def version = ' 1.3.1 '
11
11
12
12
android {
13
13
compileSdk 31
@@ -16,7 +16,7 @@ android {
16
16
applicationId " com.kieronquinn.app.classicpowermenu"
17
17
minSdk 30
18
18
targetSdk 31
19
- versionCode 13
19
+ versionCode 131
20
20
versionName version
21
21
22
22
testInstrumentationRunner " androidx.test.runner.AndroidJUnitRunner"
@@ -73,23 +73,23 @@ dependencies {
73
73
// AndroidX
74
74
def lifecycle_version = " 2.4.0"
75
75
implementation ' androidx.core:core-ktx:1.7.0'
76
- implementation ' androidx.appcompat:appcompat:1.3 .1'
76
+ implementation ' androidx.appcompat:appcompat:1.4 .1'
77
77
implementation " androidx.lifecycle:lifecycle-runtime-ktx:$lifecycle_version "
78
78
implementation " androidx.lifecycle:lifecycle-viewmodel-ktx:$lifecycle_version "
79
79
implementation " androidx.lifecycle:lifecycle-common-java8:$lifecycle_version "
80
80
implementation " androidx.lifecycle:lifecycle-process:$lifecycle_version "
81
- implementation ' androidx.constraintlayout:constraintlayout:2.1.1 '
82
- implementation ' androidx.lifecycle:lifecycle-service:2.3.1 '
83
- implementation ' androidx.work:work-runtime-ktx:2.7.0 '
84
- implementation " androidx.core:core-splashscreen:1.0.0-alpha02 "
81
+ implementation ' androidx.constraintlayout:constraintlayout:2.1.3 '
82
+ implementation ' androidx.lifecycle:lifecycle-service:2.4.0 '
83
+ implementation ' androidx.work:work-runtime-ktx:2.7.1 '
84
+ implementation " androidx.core:core-splashscreen:1.0.0-beta01 "
85
85
implementation " androidx.navigation:navigation-fragment-ktx:$nav_version "
86
86
implementation " androidx.navigation:navigation-ui-ktx:$nav_version "
87
87
88
88
// Material
89
- implementation ' com.google.android.material:material:1.4 .0'
89
+ implementation ' com.google.android.material:material:1.5 .0'
90
90
91
91
// Monet
92
- implementation ' com.github.KieronQuinn:MonetCompat:0.2 .1'
92
+ implementation ' com.github.KieronQuinn:MonetCompat:0.4 .1'
93
93
94
94
// Dependency injection
95
95
implementation " io.insert-koin:koin-android:$koin_version "
@@ -117,13 +117,13 @@ dependencies {
117
117
implementation ' com.journeyapps:zxing-android-embedded:4.1.0@aar'
118
118
119
119
// libsu for root operations
120
- def libsuVersion = ' 3.1.2 '
120
+ def libsuVersion = ' 3.2.1 '
121
121
implementation " com.github.topjohnwu.libsu:core:${ libsuVersion} "
122
122
implementation " com.github.topjohnwu.libsu:service:${ libsuVersion} "
123
123
implementation " com.github.topjohnwu.libsu:io:${ libsuVersion} "
124
124
125
125
// Shizuku for helpful system service code (wallet/controls don't work with just Shizuku)
126
- def shizuku_version = ' 11.0.3 '
126
+ def shizuku_version = ' 12.1.0 '
127
127
implementation " dev.rikka.shizuku:api:$shizuku_version "
128
128
129
129
// Xposed
@@ -137,8 +137,8 @@ dependencies {
137
137
implementation ' com.squareup.retrofit2:converter-gson:2.9.0'
138
138
139
139
// Other third party
140
- implementation ' org.lsposed.hiddenapibypass:hiddenapibypass:2.0 '
141
- implementation ' com.airbnb.android:lottie:4.2.0 '
140
+ implementation ' org.lsposed.hiddenapibypass:hiddenapibypass:4.2 '
141
+ implementation ' com.airbnb.android:lottie:4.2.2 '
142
142
implementation ' com.jakewharton:process-phoenix:2.1.2'
143
143
implementation ' me.saket:better-link-movement-method:2.2.0'
144
144
implementation " io.noties.markwon:core:4.6.2"
0 commit comments