diff --git a/android/app/build.gradle b/android/app/build.gradle index 5b8e1166..a60a7f4a 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 11600 - versionName "1.16.0" + versionCode 11601 + versionName "1.16.1" 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/11601.txt b/fastlane/metadata/android/en-US/changelogs/11601.txt new file mode 100644 index 00000000..3de3b6ad --- /dev/null +++ b/fastlane/metadata/android/en-US/changelogs/11601.txt @@ -0,0 +1 @@ +• Cocktail filter button now displays the number of active filters \ No newline at end of file diff --git a/package.json b/package.json index 30524814..da3e9da6 100644 --- a/package.json +++ b/package.json @@ -87,4 +87,4 @@ "engines": { "node": ">=10.12.0" } -} +} \ No newline at end of file