Skip to content

Commit

Permalink
Update androidx.core:core v1.10.1
Browse files Browse the repository at this point in the history
* Update dependency androidx.core:core to v1.10.1

* Intro org.jetbrains.kotlin.android

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Goooler <[email protected]>
  • Loading branch information
renovate[bot] and Goooler authored Aug 18, 2023
1 parent 5e574dd commit 9befbeb
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Mifare Classic Tool/app/build.gradle
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
plugins {
id 'com.android.application' version '8.1.0'
id 'org.jetbrains.kotlin.android' version '1.9.0'
}

android {
Expand Down Expand Up @@ -28,6 +29,6 @@ tasks.withType(JavaCompile).configureEach {
}

dependencies {
implementation "androidx.core:core:1.9.0"
implementation "androidx.core:core:1.10.1"
implementation "androidx.preference:preference:1.2.1"
}

0 comments on commit 9befbeb

Please sign in to comment.