@@ -5,15 +5,15 @@ plugins {
5
5
6
6
android {
7
7
namespace = " com.aistra.hail"
8
- buildToolsVersion = " 34 .0.0"
9
- compileSdk = 34
8
+ buildToolsVersion = " 35 .0.0"
9
+ compileSdk = 35
10
10
11
11
defaultConfig {
12
12
applicationId = " com.aistra.hail"
13
13
minSdk = 23
14
- targetSdk = 34
15
- versionCode = 32
16
- versionName = " 1.8.1 "
14
+ targetSdk = 35
15
+ versionCode = 33
16
+ versionName = " 1.9.0 "
17
17
}
18
18
19
19
// Do not compress the dex files, so the apk can be imported as a privileged app
@@ -50,11 +50,11 @@ android {
50
50
}
51
51
}
52
52
compileOptions {
53
- sourceCompatibility(JavaVersion .VERSION_11 )
54
- targetCompatibility(JavaVersion .VERSION_11 )
53
+ sourceCompatibility(JavaVersion .VERSION_17 )
54
+ targetCompatibility(JavaVersion .VERSION_17 )
55
55
}
56
56
kotlinOptions {
57
- jvmTarget = " 11 "
57
+ jvmTarget = " 17 "
58
58
}
59
59
androidResources {
60
60
generateLocaleConfig = true
@@ -70,25 +70,25 @@ android {
70
70
}
71
71
72
72
dependencies {
73
- implementation(" androidx.appcompat:appcompat:1.6.1 " )
73
+ implementation(" androidx.appcompat:appcompat:1.7.0 " )
74
74
implementation(" androidx.biometric:biometric-ktx:1.2.0-alpha05" )
75
75
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 " )
80
80
implementation(" androidx.preference:preference-ktx:1.2.1" )
81
81
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 " )
83
83
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" )
85
85
implementation(" dev.chrisbanes.insetter:insetter:0.6.1" )
86
86
implementation(" dev.rikka.rikkax.preference:simplemenu-preference:1.0.3" )
87
87
implementation(" dev.rikka.shizuku:api:13.1.5" )
88
88
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 " )
90
90
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 " )
93
93
implementation(" org.lsposed.hiddenapibypass:hiddenapibypass:4.3" )
94
94
}
0 commit comments