Skip to content

Commit

Permalink
release version 1.4.34
Browse files Browse the repository at this point in the history
  • Loading branch information
siggel committed Oct 20, 2023
1 parent 0e13059 commit 2fad230
Show file tree
Hide file tree
Showing 5 changed files with 18 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,8 @@ android {
applicationId 'com.github.siggel.coordinatejoker'
minSdkVersion 21
targetSdkVersion 34
versionCode 33
versionName "1.4.33"
versionCode 34
versionName "1.4.34"
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
vectorDrawables.useSupportLibrary = true
}
Expand Down
4 changes: 4 additions & 0 deletions app/src/main/assets/changes_version_34_de.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
<p>Version 1.4.34:</p>
<ul>
<li>Korrektur: Kompatibilitätproblem für Android < 8.0</li>
</ul>
4 changes: 4 additions & 0 deletions app/src/main/assets/changes_version_34_en.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
<p>Version 1.4.34:</p>
<ul>
<li>Bugfix: Compatibility problem for Android < 8.0</li>
</ul>
4 changes: 4 additions & 0 deletions fastlane/metadata/android/de-DE/changelogs/34.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
Version 1.4.34:

- Korrektur: Kompatibilitätproblem für Android < 8.0

4 changes: 4 additions & 0 deletions fastlane/metadata/android/en-US/changelogs/34.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
Version 1.4.34:

- Bugfix: Compatibility problem for Android < 8.0

0 comments on commit 2fad230

Please sign in to comment.