Skip to content

Commit

Permalink
Downgraded target SDK again and fixed namespace.
Browse files Browse the repository at this point in the history
  • Loading branch information
ikarus23 committed Aug 18, 2023
1 parent 111896f commit 5f05d03
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions Mifare Classic Tool/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,13 @@ plugins {
}

android {
compileSdk 33
compileSdk 31
namespace "de.syss.MifareClassicTool"

defaultConfig {
namespace "de.syss.MifareClassicTool"
applicationId "de.syss.MifareClassicTool"
minSdk 19
targetSdk 33
targetSdk 31
versionCode 62
versionName '4.0.4'
}
Expand All @@ -21,7 +21,6 @@ android {
proguardFiles getDefaultProguardFile('proguard-android.txt'), 'proguard-rules.pro'
}
}
namespace 'de.syss.MifareClassicTool'

tasks.withType(JavaCompile) {
options.compilerArgs << "-Xlint:unchecked" << "-Xlint:deprecation"
Expand Down

0 comments on commit 5f05d03

Please sign in to comment.