Skip to content

Commit

Permalink
release-41 (1.3.2)
Browse files Browse the repository at this point in the history
  • Loading branch information
gnome17 committed Jul 1, 2024
1 parent 92f8f09 commit 451dbff
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 2 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,16 @@
# Changelog Odyssey

## Version 1.3.2 Tag: release-41 (2024-07-01)

* Fix broken legacy themes ([Issue #265](https://github.com/gateship-one/odyssey/issues/265))
* Make image loading more robust

## Version: 1.3.1 Tag: release-40 (2024-06-18)

* Make state saving more robust

## Version: 1.3.0 Tag: release-39 (2024-03-26)

* Migrate to Material You design
* Monochromatic icon

Expand Down
4 changes: 2 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -54,8 +54,8 @@ android {
applicationId "org.gateshipone.odyssey"
minSdkVersion 21
targetSdkVersion 34
versionCode 40
versionName "1.3.1"
versionCode 41
versionName "1.3.2"
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
}
compileOptions {
Expand Down
2 changes: 2 additions & 0 deletions fastlane/metadata/android/en-US/changelogs/41.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
* Fix broken legacy themes ([Issue #265](https://github.com/gateship-one/odyssey/issues/265))
* Make image loading more robust

0 comments on commit 451dbff

Please sign in to comment.