diff --git a/android/app/build.gradle b/android/app/build.gradle index cde263f0..bb9fedf9 100644 --- a/android/app/build.gradle +++ b/android/app/build.gradle @@ -6,8 +6,8 @@ android { applicationId "com.moimob.drinkable" minSdkVersion rootProject.ext.minSdkVersion targetSdkVersion rootProject.ext.targetSdkVersion - versionCode 11700 - versionName "1.17.0" + versionCode 11800 + versionName "1.18.0" testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner" aaptOptions { // Files and dirs to omit from the packaged assets dir, modified to accommodate modern web apps. diff --git a/fastlane/metadata/android/en-US/changelogs/11800.txt b/fastlane/metadata/android/en-US/changelogs/11800.txt new file mode 100644 index 00000000..cbd66154 --- /dev/null +++ b/fastlane/metadata/android/en-US/changelogs/11800.txt @@ -0,0 +1,2 @@ +• Added German translation for ingredients +• Added option to filter Cocktails by a specific ingredient \ No newline at end of file