Update to v0.8.2

This commit is contained in:
Lonami Exo 2018-09-20 17:38:41 +02:00
parent c845679f27
commit 9b8082ec3a
2 changed files with 3 additions and 3 deletions

View file

@ -22,8 +22,8 @@ android {
minSdkVersion 8 minSdkVersion 8
targetSdkVersion 25 targetSdkVersion 25
versionCode 810 versionCode 820
versionName "0.8.1" versionName "0.8.2"
} }
} }

View file

@ -16,7 +16,7 @@ allprojects {
apply plugin: "eclipse" apply plugin: "eclipse"
apply plugin: "idea" apply plugin: "idea"
version = '0.8.1' version = '0.8.2'
ext { ext {
appName = "1010! Klooni" appName = "1010! Klooni"
gdxVersion = '1.9.5' gdxVersion = '1.9.5'