Bump version and re-tag

For good measure in #64.
This commit is contained in:
Lonami Exo 2020-05-07 10:04:23 +02:00
parent 9c6be35369
commit 6985ae58b9
2 changed files with 3 additions and 3 deletions

View file

@ -21,8 +21,8 @@ android {
//noinspection MinSdkTooLow //noinspection MinSdkTooLow
minSdkVersion 8 minSdkVersion 8
targetSdkVersion 29 targetSdkVersion 29
versionCode 830 versionCode 840
versionName "0.8.3" versionName "0.8.4"
} }
buildTypes { buildTypes {
release { release {

View file

@ -18,7 +18,7 @@ buildscript {
allprojects { allprojects {
apply plugin: "eclipse" apply plugin: "eclipse"
version = '0.8.3' version = '0.8.4'
ext { ext {
appName = "1010! Klooni" appName = "1010! Klooni"
gdxVersion = '1.9.10' gdxVersion = '1.9.10'