Skip to content

Commit 895700e

Browse files
author
Vadim Lopatin
committed
update version
1 parent cd6508e commit 895700e

File tree

3 files changed

+13
-10
lines changed

3 files changed

+13
-10
lines changed

README.md

Lines changed: 10 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -4,16 +4,11 @@ CoolReader 3 - cross platform open source e-book reader
44
(c) Vadim Lopatin, 1998-2018
55

66

7-
[![Join the chat at https://gitter.im/coolreader/Lobby](https://badges.gitter.im/Join%20Chat.svg)](https://gitter.im/coolreader/Lobby)
8-
9-
10-
11-
LICENSE: All source codes (except thirdparty directory)
12-
are provided under the terms of GNU GPL license, version 2
13-
147

158

169
Development is moved to GitHub
10+
------------------------------
11+
1712

1813
https://github.com/buggins/coolreader
1914

@@ -23,6 +18,14 @@ Sourceforge repository will be used as a mirror
2318
git clone git://crengine.git.sourceforge.net/gitroot/crengine/crengine
2419

2520

21+
[![Join the chat at https://gitter.im/coolreader/Lobby](https://badges.gitter.im/Join%20Chat.svg)](https://gitter.im/coolreader/Lobby)
22+
23+
24+
25+
LICENSE: All source codes (except thirdparty directory)
26+
are provided under the terms of GNU GPL license, version 2
27+
28+
2629

2730
Directories
2831
-----------

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.9-1" android:versionCode="2091">
7+
android:versionName="3.2.10-1" android:versionCode="2101">
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 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 2091
12-
versionName "3.2.9-1"
11+
versionCode 2101
12+
versionName "3.2.10-1"
1313
testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"
1414
externalNativeBuild {
1515
cmake {

0 commit comments

Comments
 (0)