Skip to content

Commit

Permalink
Prepare release of version 0.30.2
Browse files Browse the repository at this point in the history
  • Loading branch information
meikpiep committed Sep 16, 2024
1 parent 9013a87 commit d720377
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 2 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,15 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

### Security

## [0.30.2] - 2024-09-16

### Fixed

- Fix F-Droid build by using a local copy of the Ferris Wheel lib contained in the code repository.
Caused by a overseen hard shutdown of the deprecated JCenter servers. This is a workaround,
the libs last update was 2018, we will see if any new artifacts can be published in a convenient
way.

## [0.30.1] - 2024-09-14

### Fixed
Expand Down
1 change: 1 addition & 0 deletions fastlane/metadata/android/de-DE/changelogs/39.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
— Bugfix für den F-Droid-Build
1 change: 1 addition & 0 deletions fastlane/metadata/android/en-US/changelogs/39.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
— Fix F-Droid build
4 changes: 2 additions & 2 deletions gauguin-app/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
<?xml version="1.0" encoding="utf-8"?>
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
android:installLocation="auto"
android:versionCode="38"
android:versionName="0.30.1">
android:versionCode="39"
android:versionName="0.30.2">

<application
android:icon="@mipmap/ic_launcher"
Expand Down

0 comments on commit d720377

Please sign in to comment.