Skip to content

Commit 1dec186

Browse files
committed
Bump version string, update changelog
1 parent d88a2d7 commit 1dec186

File tree

2 files changed

+14
-2
lines changed

2 files changed

+14
-2
lines changed

app/build.gradle.kts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@ android {
1313
applicationId = "org.nsh07.wikireader"
1414
minSdk = 26
1515
targetSdk = 36
16-
versionCode = 37
17-
versionName = "2.1.0"
16+
versionCode = 38
17+
versionName = "2.2.0"
1818

1919
testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
2020
vectorDrawables {
Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
New features:
2+
- Overhauled UI based on Material 3 Expressive
3+
- Some new settings options
4+
- App language can now be changed from system settings in Android 13+
5+
6+
Improvements:
7+
- App UI now follow the directionality of the Wikipedia language instead of system language
8+
9+
Translations:
10+
App is now translated in Arabic, Chinese (Simplified Han), Chinese (Traditional Han), Estonian, Hebrew, Hindi, Brazilian Portuguese, Russian and Ukrainian
11+
12+
...and some bug fixes

0 commit comments

Comments
 (0)