Skip to content

Commit

Permalink
beta version for market - note: release version has debug .so
Browse files Browse the repository at this point in the history
  • Loading branch information
buggins committed Dec 20, 2018
1 parent d9b248d commit 90356bc
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion android/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="org.coolreader"
android:installLocation="auto"
android:versionName="3.2.12-1" android:versionCode="2121">
android:versionName="3.2.23-1" android:versionCode="32230">
<supports-screens
android:xlargeScreens="true"
android:largeScreens="true"
Expand Down
6 changes: 3 additions & 3 deletions android/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ android {
targetSdkVersion 26
// When new version released, version code must be incremented at least by 8
// for compatibility with ABI versioning of split apk (see below).
versionCode 2121
versionName "3.2.21-1"
versionCode 32230
versionName "3.2.23-1"
testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"
externalNativeBuild {
cmake {
Expand All @@ -34,7 +34,7 @@ android {
proguardFiles getDefaultProguardFile('proguard-android.txt'), 'proguard-rules.pro'
externalNativeBuild {
cmake {
arguments "-DCMAKE_BUILD_TYPE=Release"
arguments "-DCMAKE_BUILD_TYPE=Debug"
}
}
}
Expand Down

0 comments on commit 90356bc

Please sign in to comment.