Skip to content

Commit

Permalink
esupNfcTagDroid-1.2.5 - support Android 13
Browse files Browse the repository at this point in the history
  • Loading branch information
vbonamy committed Oct 13, 2023
1 parent b5023b1 commit 7ecd9a0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ license {
}

def buildVersionName() {
String versionName = "1.2.4"
String versionName = "1.2.5"
File versionApkFile = new File(projectDir, "src/main/assets/versionApk.txt")
versionApkFile.text = versionName
return versionName
Expand All @@ -42,7 +42,7 @@ android {
applicationId "org.esupportail.esupnfctagdroid"
minSdkVersion 21
targetSdkVersion 33
versionCode 15
versionCode 16
versionName buildVersionName()
}

Expand Down

0 comments on commit 7ecd9a0

Please sign in to comment.