Skip to content

Commit 2617403

Browse files
committed
Prepare release v0.16.0+38
1 parent 23637f4 commit 2617403

4 files changed

Lines changed: 9 additions & 3 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ An Android client for [Nextcloud Cookbook app](https://github.com/nextcloud/cook
1818
[<img src="https://play.google.com/intl/en_us/badges/images/generic/en_badge_web_generic.png"
1919
alt="Get it on Play Store"
2020
height="80">](https://play.google.com/store/apps/details?id=de.lukasneugebauer.nextcloudcookbook)
21-
[<img src="/docs/.vuepress/public/images/get_it_on_github.png"
21+
[<img src="/docs/assets/images/get_it_on_github.png"
2222
alt="Get it on GitHub"
2323
height="80">](https://github.com/lneugebauer/nextcloud-cookbook/releases)
2424
[<img src="https://fdroid.gitlab.io/artwork/badge/get-it-on.png"

app/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,8 +45,8 @@ android {
4545
applicationId "de.lukasneugebauer.nextcloudcookbook"
4646
minSdk 23
4747
targetSdk 34
48-
versionCode 37
49-
versionName "0.15.0"
48+
versionCode 38
49+
versionName "0.16.0"
5050

5151
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
5252
vectorDrawables {
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
- Spanische Übersetzung hinzugefügt
2+
- Ukrainische Übersetzung hinzugefügt
3+
- Zubereitungsnummern korrigiert
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
- Add Spanish translation
2+
- Add Ukrainian translation
3+
- Fix instruction numbers

0 commit comments

Comments
 (0)