@@ -27,13 +27,13 @@ if (local.exists()) {
27
27
28
28
android {
29
29
compileSdk = 35
30
- buildToolsVersion = ' 35.0.0 '
30
+ buildToolsVersion = ' 35.0.1 '
31
31
namespace = ' io.github.vvb2060.keyattestation'
32
32
defaultConfig {
33
33
minSdk = 24
34
34
targetSdk = 35
35
35
versionCode = gitCommitCount
36
- versionName = ' 1.8.3 '
36
+ versionName = ' 1.8.4 '
37
37
resourceConfigurations + = [' en' , ' zh-rCN' , ' zh-rTW' , ' pt-rBR' ]
38
38
optimization {
39
39
keepRules {
@@ -112,7 +112,7 @@ configurations.configureEach {
112
112
dependencies {
113
113
compileOnly project(' :stub' )
114
114
115
- implementation ' org.bouncycastle:bcprov-jdk18on:1.79 '
115
+ implementation ' org.bouncycastle:bcprov-jdk18on:1.80 '
116
116
implementation ' com.google.guava:guava:33.4.0-android'
117
117
implementation ' co.nstant.in:cbor:0.9'
118
118
@@ -125,9 +125,9 @@ dependencies {
125
125
126
126
implementation ' androidx.core:core-ktx:1.15.0'
127
127
implementation ' androidx.appcompat:appcompat:1.7.0'
128
- implementation ' androidx.activity:activity-ktx:1.9.3 '
128
+ implementation ' androidx.activity:activity-ktx:1.10.0 '
129
129
implementation ' androidx.fragment:fragment-ktx:1.8.5'
130
- implementation ' androidx.recyclerview:recyclerview:1.3.2 '
130
+ implementation ' androidx.recyclerview:recyclerview:1.4.0 '
131
131
implementation ' androidx.lifecycle:lifecycle-livedata-ktx:2.8.7'
132
132
implementation ' com.google.android.material:material:1.12.0'
133
133
}
0 commit comments