Incremented minor build number

This commit is contained in:
Pierre Balzack 2023-11-08 14:12:13 -08:00 committed by GitHub
parent 304f35efd8
commit 33c1f907b3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -103,8 +103,8 @@ android {
applicationId "com.databag"
minSdkVersion rootProject.ext.minSdkVersion
targetSdkVersion rootProject.ext.targetSdkVersion
versionCode 10
versionName "1.0"
versionCode 11
versionName "1.1"
}
splits {