Skip to content

Commit

Permalink
Version 1.8.4
Browse files Browse the repository at this point in the history
  • Loading branch information
vvb2060 committed Jan 16, 2025
1 parent d3c48a7 commit b223a9b
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
10 changes: 5 additions & 5 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down Expand Up @@ -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'

Expand All @@ -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'
}
Expand Down
2 changes: 1 addition & 1 deletion settings.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down
2 changes: 1 addition & 1 deletion stub/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ plugins {

android {
namespace = "stub"
buildToolsVersion = '35.0.0'
buildToolsVersion = '35.0.1'
compileSdk = 35

defaultConfig {
Expand Down

0 comments on commit b223a9b

Please sign in to comment.