From b223a9be86cb2a747625d8e47f3456646d55bd7a Mon Sep 17 00:00:00 2001 From: vvb2060 Date: Thu, 16 Jan 2025 22:37:40 +0800 Subject: [PATCH] Version 1.8.4 --- app/build.gradle | 10 +++++----- settings.gradle | 2 +- stub/build.gradle | 2 +- 3 files changed, 7 insertions(+), 7 deletions(-) diff --git a/app/build.gradle b/app/build.gradle index 781a507..d8f6afb 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -27,13 +27,13 @@ if (local.exists()) { android { compileSdk = 35 - buildToolsVersion = '35.0.0' + buildToolsVersion = '35.0.1' namespace = 'io.github.vvb2060.keyattestation' defaultConfig { minSdk = 24 targetSdk = 35 versionCode = gitCommitCount - versionName = '1.8.3' + versionName = '1.8.4' resourceConfigurations += ['en', 'zh-rCN', 'zh-rTW', 'pt-rBR'] optimization { keepRules { @@ -112,7 +112,7 @@ configurations.configureEach { dependencies { compileOnly project(':stub') - implementation 'org.bouncycastle:bcprov-jdk18on:1.79' + implementation 'org.bouncycastle:bcprov-jdk18on:1.80' implementation 'com.google.guava:guava:33.4.0-android' implementation 'co.nstant.in:cbor:0.9' @@ -125,9 +125,9 @@ dependencies { implementation 'androidx.core:core-ktx:1.15.0' implementation 'androidx.appcompat:appcompat:1.7.0' - implementation 'androidx.activity:activity-ktx:1.9.3' + implementation 'androidx.activity:activity-ktx:1.10.0' implementation 'androidx.fragment:fragment-ktx:1.8.5' - implementation 'androidx.recyclerview:recyclerview:1.3.2' + implementation 'androidx.recyclerview:recyclerview:1.4.0' implementation 'androidx.lifecycle:lifecycle-livedata-ktx:2.8.7' implementation 'com.google.android.material:material:1.12.0' } diff --git a/settings.gradle b/settings.gradle index a2cf9f1..b9eb11d 100644 --- a/settings.gradle +++ b/settings.gradle @@ -6,7 +6,7 @@ pluginManagement { plugins { id("com.android.application") version '8.8.0' id("com.android.library") version '8.8.0' - id("org.jetbrains.kotlin.android") version "2.0.20" + id("org.jetbrains.kotlin.android") version "2.1.0" } } dependencyResolutionManagement { diff --git a/stub/build.gradle b/stub/build.gradle index a1d7058..9187125 100644 --- a/stub/build.gradle +++ b/stub/build.gradle @@ -4,7 +4,7 @@ plugins { android { namespace = "stub" - buildToolsVersion = '35.0.0' + buildToolsVersion = '35.0.1' compileSdk = 35 defaultConfig {