Skip to content

Commit

Permalink
remote-reader: fixed gradle deprecation warnings
Browse files Browse the repository at this point in the history
raises targetSdk to 34
  • Loading branch information
frankmorgner committed Mar 5, 2025
1 parent 08f5e2f commit d7318ff
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions remote-reader/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,12 @@ android {
applicationId "com.vsmartcard.remotesmartcardreader.app"
// NFC reader mode was added in KitKat (19)
// androidx.appcompat:appcompat-resources:1.7.0 requires 21
minSdkVersion 21
minSdk 21
//noinspection ExpiredTargetSdkVersion
targetSdkVersion 30
targetSdk 34
versionCode 8
versionName "2.4"
archivesBaseName = "remote-reader-$versionName"
base.archivesName = "remote-reader-$versionName"
}

buildTypes {
Expand Down

0 comments on commit d7318ff

Please sign in to comment.