Bump to v0.8.6
This commit is contained in:
parent
5d88d63419
commit
21358abff9
2 changed files with 3 additions and 3 deletions
|
@ -21,8 +21,8 @@ android {
|
||||||
//noinspection MinSdkTooLow
|
//noinspection MinSdkTooLow
|
||||||
minSdkVersion 8
|
minSdkVersion 8
|
||||||
targetSdkVersion 29
|
targetSdkVersion 29
|
||||||
versionCode 850
|
versionCode 860
|
||||||
versionName "0.8.5"
|
versionName "0.8.6"
|
||||||
}
|
}
|
||||||
buildTypes {
|
buildTypes {
|
||||||
release {
|
release {
|
||||||
|
|
|
@ -18,7 +18,7 @@ buildscript {
|
||||||
allprojects {
|
allprojects {
|
||||||
apply plugin: "eclipse"
|
apply plugin: "eclipse"
|
||||||
|
|
||||||
version = '0.8.5'
|
version = '0.8.6'
|
||||||
ext {
|
ext {
|
||||||
appName = "1010! Klooni"
|
appName = "1010! Klooni"
|
||||||
gdxVersion = '1.9.10'
|
gdxVersion = '1.9.10'
|
||||||
|
|
Loading…
Reference in a new issue