gradle: bump to 1.3

This commit is contained in:
dece 2021-03-28 00:16:45 +01:00
parent 0e2d4a8f12
commit 878fa763c4

View file

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