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