Skip to content

Commit

Permalink
Adopt AGP 4.2+ dsl
Browse files Browse the repository at this point in the history
  • Loading branch information
Goooler committed Jan 25, 2022
1 parent ff42f55 commit 89a8780
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Mifare Classic Tool/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,12 @@ plugins {
}

android {
compileSdkVersion 31
compileSdk 31

defaultConfig {
applicationId "de.syss.MifareClassicTool"
minSdkVersion 19
targetSdkVersion 31
minSdk 19
targetSdk 31
versionCode 62
versionName '4.0.4'
}
Expand Down

0 comments on commit 89a8780

Please sign in to comment.