Update to v0.2
This commit is contained in:
parent
077f1919a4
commit
0aba6d1724
2 changed files with 3 additions and 3 deletions
|
@ -22,8 +22,8 @@ android {
|
|||
minSdkVersion 8
|
||||
targetSdkVersion 25
|
||||
|
||||
versionCode 100
|
||||
versionName "0.1"
|
||||
versionCode 200
|
||||
versionName "0.2"
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
@ -16,7 +16,7 @@ allprojects {
|
|||
apply plugin: "eclipse"
|
||||
apply plugin: "idea"
|
||||
|
||||
version = '0.1'
|
||||
version = '0.2'
|
||||
ext {
|
||||
appName = "1010! Klooni"
|
||||
gdxVersion = '1.9.5'
|
||||
|
|
Loading…
Reference in a new issue