diff --git a/app/build.gradle b/app/build.gradle index e7641e6bc..bf7383945 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -5,6 +5,8 @@ android { compileSdkVersion Integer.parseInt(project.ANDROID_BUILD_SDK_VERSION) buildToolsVersion project.ANDROID_BUILD_TOOLS_VERSION defaultConfig { + versionCode 4745223 + versionName '0.9.16-rc1' minSdkVersion 9 targetSdkVersion Integer.parseInt(project.ANDROID_BUILD_TARGET_SDK_VERSION) } diff --git a/app/src/main/AndroidManifest.xml b/app/src/main/AndroidManifest.xml index 2536ebf48..74a60957d 100644 --- a/app/src/main/AndroidManifest.xml +++ b/app/src/main/AndroidManifest.xml @@ -1,17 +1,11 @@ + android:installLocation="auto"> - -