build.gradle: Bump version code

This commit is contained in:
Matthew Wild 2024-04-08 11:34:24 +01:00
parent ef97423e3e
commit e4f2d2fc62

View File

@ -97,8 +97,8 @@ android {
defaultConfig {
minSdkVersion 21
targetSdkVersion 34
versionCode 42094
versionName "2.13.4"
versionCode 42095
versionName "2.13.4-2"
archivesBaseName += "-$versionName"
applicationId "org.snikket.android"
resValue "string", "applicationId", applicationId