Skip to content

Commit b223a9b

Browse files
committed
Version 1.8.4
1 parent d3c48a7 commit b223a9b

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

app/build.gradle

+5-5
Original file line numberDiff line numberDiff line change
@@ -27,13 +27,13 @@ if (local.exists()) {
2727

2828
android {
2929
compileSdk = 35
30-
buildToolsVersion = '35.0.0'
30+
buildToolsVersion = '35.0.1'
3131
namespace = 'io.github.vvb2060.keyattestation'
3232
defaultConfig {
3333
minSdk = 24
3434
targetSdk = 35
3535
versionCode = gitCommitCount
36-
versionName = '1.8.3'
36+
versionName = '1.8.4'
3737
resourceConfigurations += ['en', 'zh-rCN', 'zh-rTW', 'pt-rBR']
3838
optimization {
3939
keepRules {
@@ -112,7 +112,7 @@ configurations.configureEach {
112112
dependencies {
113113
compileOnly project(':stub')
114114

115-
implementation 'org.bouncycastle:bcprov-jdk18on:1.79'
115+
implementation 'org.bouncycastle:bcprov-jdk18on:1.80'
116116
implementation 'com.google.guava:guava:33.4.0-android'
117117
implementation 'co.nstant.in:cbor:0.9'
118118

@@ -125,9 +125,9 @@ dependencies {
125125

126126
implementation 'androidx.core:core-ktx:1.15.0'
127127
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'
129129
implementation 'androidx.fragment:fragment-ktx:1.8.5'
130-
implementation 'androidx.recyclerview:recyclerview:1.3.2'
130+
implementation 'androidx.recyclerview:recyclerview:1.4.0'
131131
implementation 'androidx.lifecycle:lifecycle-livedata-ktx:2.8.7'
132132
implementation 'com.google.android.material:material:1.12.0'
133133
}

settings.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ pluginManagement {
66
plugins {
77
id("com.android.application") version '8.8.0'
88
id("com.android.library") version '8.8.0'
9-
id("org.jetbrains.kotlin.android") version "2.0.20"
9+
id("org.jetbrains.kotlin.android") version "2.1.0"
1010
}
1111
}
1212
dependencyResolutionManagement {

stub/build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ plugins {
44

55
android {
66
namespace = "stub"
7-
buildToolsVersion = '35.0.0'
7+
buildToolsVersion = '35.0.1'
88
compileSdk = 35
99

1010
defaultConfig {

0 commit comments

Comments
 (0)