@@ -5,15 +5,15 @@ plugins {
55
66android {
77 namespace = " com.aistra.hail"
8- buildToolsVersion = " 34 .0.0"
9- compileSdk = 34
8+ buildToolsVersion = " 35 .0.0"
9+ compileSdk = 35
1010
1111 defaultConfig {
1212 applicationId = " com.aistra.hail"
1313 minSdk = 23
14- targetSdk = 34
15- versionCode = 32
16- versionName = " 1.8.1 "
14+ targetSdk = 35
15+ versionCode = 33
16+ versionName = " 1.9.0 "
1717 }
1818
1919 // Do not compress the dex files, so the apk can be imported as a privileged app
@@ -50,11 +50,11 @@ android {
5050 }
5151 }
5252 compileOptions {
53- sourceCompatibility(JavaVersion .VERSION_11 )
54- targetCompatibility(JavaVersion .VERSION_11 )
53+ sourceCompatibility(JavaVersion .VERSION_17 )
54+ targetCompatibility(JavaVersion .VERSION_17 )
5555 }
5656 kotlinOptions {
57- jvmTarget = " 11 "
57+ jvmTarget = " 17 "
5858 }
5959 androidResources {
6060 generateLocaleConfig = true
@@ -70,25 +70,25 @@ android {
7070}
7171
7272dependencies {
73- implementation(" androidx.appcompat:appcompat:1.6.1 " )
73+ implementation(" androidx.appcompat:appcompat:1.7.0 " )
7474 implementation(" androidx.biometric:biometric-ktx:1.2.0-alpha05" )
7575 implementation(" androidx.constraintlayout:constraintlayout:2.1.4" )
76- implementation(" androidx.core:core-ktx:1.12.0 " )
77- implementation(" androidx.lifecycle:lifecycle-livedata-ktx:2.7.0 " )
78- implementation(" androidx.navigation:navigation-fragment-ktx:2.7.7 " )
79- implementation(" androidx.navigation:navigation-ui-ktx:2.7.7 " )
76+ implementation(" androidx.core:core-ktx:1.13.1 " )
77+ implementation(" androidx.lifecycle:lifecycle-livedata-ktx:2.8.5 " )
78+ implementation(" androidx.navigation:navigation-fragment-ktx:2.8.0 " )
79+ implementation(" androidx.navigation:navigation-ui-ktx:2.8.0 " )
8080 implementation(" androidx.preference:preference-ktx:1.2.1" )
8181 implementation(" androidx.swiperefreshlayout:swiperefreshlayout:1.1.0" )
82- implementation(" androidx.work:work-runtime-ktx:2.9.0 " )
82+ implementation(" androidx.work:work-runtime-ktx:2.9.1 " )
8383 implementation(" com.belerweb:pinyin4j:2.5.1" )
84- implementation(" com.google.android.material:material:1.11 .0" )
84+ implementation(" com.google.android.material:material:1.12 .0" )
8585 implementation(" dev.chrisbanes.insetter:insetter:0.6.1" )
8686 implementation(" dev.rikka.rikkax.preference:simplemenu-preference:1.0.3" )
8787 implementation(" dev.rikka.shizuku:api:13.1.5" )
8888 implementation(" dev.rikka.shizuku:provider:13.1.5" )
89- implementation(" io.github.iamr0s:Dhizuku-API:2.4 " )
89+ implementation(" io.github.iamr0s:Dhizuku-API:2.5.3 " )
9090 implementation(" me.zhanghai.android.appiconloader:appiconloader:1.5.0" )
91- implementation(" org.apache.commons:commons-text:1.11 .0" )
92- implementation(" org.jetbrains.kotlinx:kotlinx-coroutines-android:1.8.0 " )
91+ implementation(" org.apache.commons:commons-text:1.12 .0" )
92+ implementation(" org.jetbrains.kotlinx:kotlinx-coroutines-android:1.8.1 " )
9393 implementation(" org.lsposed.hiddenapibypass:hiddenapibypass:4.3" )
9494}
0 commit comments