Skip to content

Commit

Permalink
feat: upgrade dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
jeanpierrefortune committed Apr 23, 2024
1 parent 0f115f4 commit eb6dcc1
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions gradle.properties
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
version = 2023.12.06
version = 2024.04.23
archivesBaseName = keyple-android-demo-control

# Project-wide Gradle settings.
Expand Down Expand Up @@ -26,5 +26,6 @@ android.useAndroidX=true
# Automatically convert third-party libraries to use AndroidX
android.enableJetifier=true
# Kotlin code style for this project: "official" or "obsolete":
#kotlin.code.style=official
#kapt.verbose=true
kotlin.code.style=official
# disable warning "This Android Gradle plugin (7.4.2) was tested up to compileSdk = 33"
android.suppressUnsupportedCompileSdk=34

0 comments on commit eb6dcc1

Please sign in to comment.