Skip to content

Commit ab18623

Browse files
committed
update version for fix #123
1 parent 8a4090c commit ab18623

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

android/AndroidManifest.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
55
package="org.coolreader"
66
android:installLocation="auto"
7-
android:versionName="3.2.37-1" android:versionCode="32370">
7+
android:versionName="3.2.38-1" android:versionCode="32380">
88
<supports-screens
99
android:xlargeScreens="true"
1010
android:largeScreens="true"

android/app/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@ android {
88
targetSdkVersion 28
99
// When new version released, version code must be incremented at least by 8
1010
// for compatibility with ABI versioning of split apk (see below).
11-
versionCode 32370
12-
versionName "3.2.37-1"
11+
versionCode 32380
12+
versionName "3.2.38-1"
1313
testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"
1414
externalNativeBuild {
1515
cmake {

0 commit comments

Comments
 (0)