Skip to content

Commit

Permalink
Increase version to 1.5.1, update changelogs and README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
hauke96 committed Oct 26, 2022
1 parent 9dfebb1 commit 4c40e19
Show file tree
Hide file tree
Showing 5 changed files with 18 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ A simple and lightweight app to create and manage georeferenced notes (text and
[<img src="https://gitlab.com/IzzyOnDroid/repo/-/raw/master/assets/IzzyOnDroid.png" alt="Get it on IzzyOnDroid" height="60">](https://apt.izzysoft.de/fdroid/index/apk/de.hauke_stieler.geonotes)
[<img src="https://user-images.githubusercontent.com/663460/26973090-f8fdc986-4d14-11e7-995a-e7c5e79ed925.png" alt="Download APK from GitHub" height="60">](https://github.com/hauke96/geonotes/releases/latest)

GeoNotes runs on Android 4.1 (SDK 16) and newer. There's no version at the Google Play store (yet).
GeoNotes runs on Android 4.1 (SDK 16) and newer. There's an [F-Droid version](https://f-droid.org/en/packages/de.hauke_stieler.geonotes/) only (no version at the Google Play store yet).

## Need help?

Expand Down
4 changes: 2 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ android {
applicationId "de.hauke_stieler.geonotes"
minSdkVersion 16
targetSdkVersion 32
versionCode 1005000
versionName "1.5.0"
versionCode 1005001
versionName "1.5.1"

testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
}
Expand Down
5 changes: 5 additions & 0 deletions metadata/de-DE/changelogs/1005001.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
1.5.1:

Behobene Fehler:
* Absturz der App beim Start
* F-Droid Build-Fehler behoben
5 changes: 5 additions & 0 deletions metadata/en-US/changelogs/1005001.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
1.5.1:

Bug fixes:
* Crash on startup
* Fix F-Droid build error
5 changes: 5 additions & 0 deletions metadata/hu/changelogs/1005001.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
1.5.1:

Bug fixes:
* Crash on startup
* Fix F-Droid build error

0 comments on commit 4c40e19

Please sign in to comment.