gradle: bump to 1.3

This commit is contained in:
dece 2021-03-18 18:27:01 +01:00
parent f94aed8f99
commit ed91e85e31

View file

@ -9,8 +9,8 @@ android {
applicationId "io.lowrespalmtree.harvestdawn" applicationId "io.lowrespalmtree.harvestdawn"
minSdkVersion 24 minSdkVersion 24
targetSdkVersion 29 targetSdkVersion 29
versionCode 2 versionCode 3
versionName "1.1" versionName "1.2"
} }
buildTypes { buildTypes {