Skip to content

Commit

Permalink
Updated target SDK and removed depricated buildToolsVersion.
Browse files Browse the repository at this point in the history
  • Loading branch information
ikarus23 committed Aug 18, 2023
1 parent f70365a commit 30fc9c9
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions Mifare Classic Tool/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ android {
defaultConfig {
applicationId "de.syss.MifareClassicTool"
minSdk 19
targetSdk 31
targetSdk 33
versionCode 62
versionName '4.0.4'
}
Expand All @@ -20,7 +20,6 @@ android {
proguardFiles getDefaultProguardFile('proguard-android.txt'), 'proguard-rules.pro'
}
}
buildToolsVersion '33.0.2'
namespace 'de.syss.MifareClassicTool'

tasks.withType(JavaCompile) {
Expand Down

0 comments on commit 30fc9c9

Please sign in to comment.