File tree Expand file tree Collapse file tree 3 files changed +13
-10
lines changed
Expand file tree Collapse file tree 3 files changed +13
-10
lines changed Original file line number Diff line number Diff 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
169Development 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
2730Directories
2831-----------
Original file line number Diff line number Diff line change 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"
Original file line number Diff line number Diff 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 {
You can’t perform that action at this time.
0 commit comments