Skip to content

Commit

Permalink
fix android release build mode for libcrengine; update version
Browse files Browse the repository at this point in the history
  • Loading branch information
buggins committed Jan 11, 2019
1 parent 795bcb0 commit 13313b8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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.25-1" android:versionCode="32250">
android:versionName="3.2.26-1" android:versionCode="32260">
<supports-screens
android:xlargeScreens="true"
android:largeScreens="true"
Expand Down
4 changes: 2 additions & 2 deletions android/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ android {
// When new version released, version code must be incremented at least by 8
// for compatibility with ABI versioning of split apk (see below).
versionCode 32250
versionName "3.2.25-1"
versionName "3.2.26-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=RelWithDebugInfo"
arguments "-DCMAKE_BUILD_TYPE=RelWithDebInfo"
}
}
}
Expand Down

0 comments on commit 13313b8

Please sign in to comment.