Skip to content

Commit d9b248d

Browse files
committed
update version
1 parent b537ffb commit d9b248d

File tree

4 files changed

+10
-6
lines changed

4 files changed

+10
-6
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.11-1" android:versionCode="2111">
7+
android:versionName="3.2.12-1" android:versionCode="2121">
88
<supports-screens
99
android:xlargeScreens="true"
1010
android:largeScreens="true"

android/app/build.gradle

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@ android {
88
targetSdkVersion 26
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 2111
12-
versionName "3.2.11-1"
11+
versionCode 2121
12+
versionName "3.2.21-1"
1313
testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"
1414
externalNativeBuild {
1515
cmake {
@@ -107,6 +107,10 @@ android {
107107
}
108108
lintOptions {
109109
disable 'MissingTranslation'
110+
checkReleaseBuilds false
111+
// Or, if you prefer, you can continue to check for errors in release builds,
112+
// but continue the build even when errors are found:
113+
abortOnError false
110114
}
111115
compileOptions {
112116
sourceCompatibility JavaVersion.VERSION_1_7

android/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ buildscript {
77
jcenter()
88
}
99
dependencies {
10-
classpath 'com.android.tools.build:gradle:3.1.4'
10+
classpath 'com.android.tools.build:gradle:3.2.0'
1111
// NOTE: Do not place your application dependencies here; they belong
1212
// in the individual module build.gradle files
1313
}
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
#Tue Apr 17 20:15:44 MSK 2018
1+
#Thu Dec 20 17:14:24 MSK 2018
22
distributionBase=GRADLE_USER_HOME
33
distributionPath=wrapper/dists
44
zipStoreBase=GRADLE_USER_HOME
55
zipStorePath=wrapper/dists
6-
distributionUrl=https\://services.gradle.org/distributions/gradle-4.4-all.zip
6+
distributionUrl=https\://services.gradle.org/distributions/gradle-4.6-all.zip

0 commit comments

Comments
 (0)