Skip to content

Commit 952c243

Browse files
committed
release-38 (1.2.4)
1 parent 4b77a3d commit 952c243

File tree

3 files changed

+11
-2
lines changed

3 files changed

+11
-2
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Changelog Odyssey
22

3+
## Version: 1.2.4 Tag: release-38 (2023-08-30)
4+
5+
* Migrate to android 13
6+
* Update material components and AndroidX libraries
7+
* If you detect any issues (i.e. graphic glitches) please let us know via GitHub or by Email
8+
39
## Version: 1.2.3 Tag: release-37 (2022-07-27)
410

511
* Update french translation

app/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,8 +54,8 @@ android {
5454
applicationId "org.gateshipone.odyssey"
5555
minSdkVersion 21
5656
targetSdkVersion 33
57-
versionCode 37
58-
versionName "1.2.3"
57+
versionCode 38
58+
versionName "1.2.4"
5959
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
6060
}
6161
compileOptions {
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
* Migrate to android 13
2+
* Update material components and AndroidX libraries
3+
* If you detect any issues (i.e. graphic glitches) please let us know via GitHub or by Email

0 commit comments

Comments
 (0)