File tree Expand file tree Collapse file tree 9 files changed +20
-2
lines changed Expand file tree Collapse file tree 9 files changed +20
-2
lines changed Original file line number Diff line number Diff line change @@ -13,8 +13,8 @@ android {
13
13
applicationId = " com.schwegelbin.openbible"
14
14
minSdk = 27
15
15
targetSdk = 36
16
- versionCode = 31
17
- versionName = " 1.9.0 "
16
+ versionCode = 32
17
+ versionName = " 1.9.1 "
18
18
19
19
testInstrumentationRunner = " androidx.test.runner.AndroidJUnitRunner"
20
20
}
Original file line number Diff line number Diff line change 2
2
3
3
All notable changes to this project will be documented in this file.
4
4
5
+ ## [ 1.9.1] - 2025-08-18
6
+
7
+ ### 🐛 Bug Fixes
8
+
9
+ - * (ui)* Improve alignment in selection screen
10
+ - * (ui)* Match menu color to background
11
+
12
+ ### 📚 Documentation
13
+
14
+ - * (metadata)* Add one missing but added feature to changelog 31 (1.9.0)
15
+
5
16
## [ 1.9.0] - 2025-07-18
6
17
7
18
### 🚀 Features
@@ -26,6 +37,7 @@ All notable changes to this project will be documented in this file.
26
37
### ⚙️ Miscellaneous Tasks
27
38
28
39
- Update deprecated kotlin compilerOptions
40
+ - Bump to 1.9.0
29
41
30
42
## [ 1.8.1] - 2025-06-12
31
43
Original file line number Diff line number Diff line change
1
+ - Verbesserte Ausrichtung der Buechernamen
2
+ - Angepasste Menuefarbe an Hintergrundfarbe
3
+ - Aktualisieren von Abhaengigkeiten
Original file line number Diff line number Diff line change
1
+ - Improve Alignment of Book names
2
+ - Match Menu Color to Background Color
3
+ - Update Dependencies
You can’t perform that action at this time.
0 commit comments