Skip to content

Commit 7c666a0

Browse files
committed
Updated gradle and deps.
1 parent 8375c4b commit 7c666a0

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Mifare Classic Tool/app/build.gradle

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
plugins {
2-
id 'com.android.application' version '8.2.2'
2+
id 'com.android.application' version '8.4.0'
33
id 'org.jetbrains.kotlin.android' version '1.9.0'
44
}
55

@@ -33,7 +33,7 @@ tasks.withType(JavaCompile).configureEach {
3333
}
3434

3535
dependencies {
36-
implementation "androidx.core:core:1.12.0"
36+
implementation "androidx.core:core:1.13.1"
3737
implementation "androidx.preference:preference:1.2.1"
3838
implementation "androidx.appcompat:appcompat:1.6.1"
3939
}

Mifare Classic Tool/gradle/wrapper/gradle-wrapper.properties

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
distributionBase=GRADLE_USER_HOME
22
distributionPath=wrapper/dists
3-
distributionUrl=https\://services.gradle.org/distributions/gradle-8.3-bin.zip
3+
distributionUrl=https\://services.gradle.org/distributions/gradle-8.6-bin.zip
44
networkTimeout=10000
55
validateDistributionUrl=true
66
zipStoreBase=GRADLE_USER_HOME

0 commit comments

Comments
 (0)