Skip to content

Commit 176a7d8

Browse files
committed
Increment version
1 parent 4f95107 commit 176a7d8

File tree

2 files changed

+21
-2
lines changed

2 files changed

+21
-2
lines changed

app/src/main/AndroidManifest.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,8 @@
1919
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
2020
xmlns:tools="http://schemas.android.com/tools"
2121
android:installLocation="auto"
22-
android:versionCode="846"
23-
android:versionName="5.0.846">
22+
android:versionCode="847"
23+
android:versionName="5.0.847">
2424

2525
<uses-permission android:name="android.permission.ACCESS_NETWORK_STATE" android:minSdkVersion="24"/>
2626
<uses-permission android:name="android.permission.READ_EXTERNAL_STORAGE" android:maxSdkVersion="28" />
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
- NextCloud support for Device Synchronization
2+
- Add page number text option
3+
- Settings & improvements for e-ink devices like Onyx Boox (#3354):
4+
1) Setting to turn off animations
5+
2) Setting to set app to monochrome mode
6+
3) Setting to set a font multiplier
7+
4) Setting to adjust swipe action in bible view
8+
9+
5.0
10+
"What's new" video: https://youtu.be/bf33j4tLbxQ
11+
12+
Highlights:
13+
- Support for EPUB electronic book format
14+
- Bookmarks for non-bible documents
15+
- Cloud synchronize (via Google drive currently)
16+
- MyBible / MySword modules
17+
18+
See new AndBible website & blog: https://andbible.org
19+
Support development financially: https://shop.andbible.org/

0 commit comments

Comments
 (0)