diff --git a/android/app/build.gradle b/android/app/build.gradle index c9e499dffa..7f2110df59 100644 --- a/android/app/build.gradle +++ b/android/app/build.gradle @@ -10,7 +10,7 @@ android { minSdk 21 targetSdk 32 versionCode 1 - versionName "0.0.5" + versionName "0.0.6" setProperty("archivesBaseName", "stendhal-webview-${versionName}") setProperty("buildDir", "${projectDir}/../../build/build_android_client") diff --git a/build.ant.properties b/build.ant.properties index f6e47300ed..b83173cf65 100644 --- a/build.ant.properties +++ b/build.ant.properties @@ -86,7 +86,7 @@ version.old = 1.38 version = 1.38.5 # android client version -version.webview = 0.0.5 +version.webview = 0.0.6 # javac options javac.deprecation = true