Update to v0.8
This commit is contained in:
parent
cd472451f4
commit
5fd4846acd
2 changed files with 3 additions and 3 deletions
|
@ -22,8 +22,8 @@ android {
|
|||
minSdkVersion 8
|
||||
targetSdkVersion 25
|
||||
|
||||
versionCode 700
|
||||
versionName "0.7"
|
||||
versionCode 800
|
||||
versionName "0.8"
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
@ -16,7 +16,7 @@ allprojects {
|
|||
apply plugin: "eclipse"
|
||||
apply plugin: "idea"
|
||||
|
||||
version = '0.7'
|
||||
version = '0.8'
|
||||
ext {
|
||||
appName = "1010! Klooni"
|
||||
gdxVersion = '1.9.5'
|
||||
|
|
Loading…
Reference in a new issue