Skip to content

Commit

Permalink
Updated gradle and deps.
Browse files Browse the repository at this point in the history
  • Loading branch information
ikarus23 committed May 4, 2024
1 parent 8375c4b commit 7c666a0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Mifare Classic Tool/app/build.gradle
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
plugins {
id 'com.android.application' version '8.2.2'
id 'com.android.application' version '8.4.0'
id 'org.jetbrains.kotlin.android' version '1.9.0'
}

Expand Down Expand Up @@ -33,7 +33,7 @@ tasks.withType(JavaCompile).configureEach {
}

dependencies {
implementation "androidx.core:core:1.12.0"
implementation "androidx.core:core:1.13.1"
implementation "androidx.preference:preference:1.2.1"
implementation "androidx.appcompat:appcompat:1.6.1"
}
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
distributionUrl=https\:https://services.gradle.org/distributions/gradle-8.3-bin.zip
distributionUrl=https\:https://services.gradle.org/distributions/gradle-8.6-bin.zip
networkTimeout=10000
validateDistributionUrl=true
zipStoreBase=GRADLE_USER_HOME
Expand Down

0 comments on commit 7c666a0

Please sign in to comment.