Update to v0.8

This commit is contained in:
Lonami Exo 2017-09-10 11:52:28 +02:00
parent cd472451f4
commit 5fd4846acd
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 700 versionCode 800
versionName "0.7" versionName "0.8"
} }
} }

View file

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