🔖 bump version to v1.1.0

This commit is contained in:
DrMaxNix 2022-08-31 16:03:44 +02:00
parent 4a559f61fd
commit a9d6d4102b

View File

@ -9,8 +9,8 @@ android {
applicationId "de.drmaxnix.birthdaycountdown"
minSdk 24
targetSdk 32
versionCode 1
versionName "1.0.0"
versionCode 2
versionName "1.1.0"
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
}