Fix crash due to rename

This commit is contained in:
soraefir
2026-05-25 14:14:33 +02:00
parent 77edae3585
commit c50933908c
3 changed files with 53 additions and 2 deletions

View File

@@ -15,7 +15,7 @@ android {
applicationId 'net.helcel.beans'
minSdk = 28
targetSdk = 37
versionName "1.2b"
versionName "1.3"
versionCode project.hasProperty('VERSION_CODE') ? project.property('VERSION_CODE').toInteger() : 1
}
signingConfigs {