Skip to content

Commit

Permalink
update version
Browse files Browse the repository at this point in the history
  • Loading branch information
Vadim Lopatin committed Oct 1, 2018
1 parent cd6508e commit 895700e
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 10 deletions.
17 changes: 10 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,16 +4,11 @@ CoolReader 3 - cross platform open source e-book reader
(c) Vadim Lopatin, 1998-2018


[![Join the chat at https://gitter.im/coolreader/Lobby](https://badges.gitter.im/Join%20Chat.svg)](https://gitter.im/coolreader/Lobby)



LICENSE: All source codes (except thirdparty directory)
are provided under the terms of GNU GPL license, version 2



Development is moved to GitHub
------------------------------


https://github.com/buggins/coolreader

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


[![Join the chat at https://gitter.im/coolreader/Lobby](https://badges.gitter.im/Join%20Chat.svg)](https://gitter.im/coolreader/Lobby)



LICENSE: All source codes (except thirdparty directory)
are provided under the terms of GNU GPL license, version 2



Directories
-----------
Expand Down
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.9-1" android:versionCode="2091">
android:versionName="3.2.10-1" android:versionCode="2101">
<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 @@ -8,8 +8,8 @@ android {
targetSdkVersion 26
// When new version released, version code must be incremented at least by 8
// for compatibility with ABI versioning of split apk (see below).
versionCode 2091
versionName "3.2.9-1"
versionCode 2101
versionName "3.2.10-1"
testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"
externalNativeBuild {
cmake {
Expand Down

0 comments on commit 895700e

Please sign in to comment.