File tree Expand file tree Collapse file tree 3 files changed +11
-2
lines changed
fastlane/metadata/android/en-US/changelogs Expand file tree Collapse file tree 3 files changed +11
-2
lines changed Original file line number Diff line number Diff line change 1
1
# Changelog Odyssey
2
2
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
+
3
9
## Version: 1.2.3 Tag: release-37 (2022-07-27)
4
10
5
11
* Update french translation
Original file line number Diff line number Diff line change @@ -54,8 +54,8 @@ android {
54
54
applicationId " org.gateshipone.odyssey"
55
55
minSdkVersion 21
56
56
targetSdkVersion 33
57
- versionCode 37
58
- versionName " 1.2.3 "
57
+ versionCode 38
58
+ versionName " 1.2.4 "
59
59
testInstrumentationRunner " androidx.test.runner.AndroidJUnitRunner"
60
60
}
61
61
compileOptions {
Original file line number Diff line number Diff line change
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
You can’t perform that action at this time.
0 commit comments