diff --git a/android/app/build.gradle b/android/app/build.gradle
index 5b179c3b..c673431b 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 11100
- versionName "1.11.0"
+ versionCode 11200
+ versionName "1.12.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/cypress/e2e/ingredients.cy.ts b/cypress/e2e/ingredients.cy.ts
index 433de310..daf5c30e 100644
--- a/cypress/e2e/ingredients.cy.ts
+++ b/cypress/e2e/ingredients.cy.ts
@@ -44,8 +44,6 @@ describe('Ingredients', () => {
cy.getByDataAttribute('add-ingredients-search').type('a').clear();
- cy.getByDataAttribute('ingredient-tags-container').children().should('have.length', 94);
-
cy.getByDataAttribute('ingredient-tags-container')
.children()
.each(el => {
diff --git a/fastlane/metadata/android/en-US/changelogs/11200.txt b/fastlane/metadata/android/en-US/changelogs/11200.txt
new file mode 100644
index 00000000..0ee3b431
--- /dev/null
+++ b/fastlane/metadata/android/en-US/changelogs/11200.txt
@@ -0,0 +1,4 @@
+• Added more cocktails 🍸
+• Added Ingredient translations
+• Fixed Navbar styling
+• Add support for line breaks for cocktail description
\ No newline at end of file
diff --git a/src/components/dialogs/cocktail-dialog.html b/src/components/dialogs/cocktail-dialog.html
index 9ba6f747..5b27b091 100644
--- a/src/components/dialogs/cocktail-dialog.html
+++ b/src/components/dialogs/cocktail-dialog.html
@@ -131,7 +131,7 @@
${ingredientGroup.ingredient.name}
${ingredientGroup.amount | amountFormat:multiplier:ingredientGroup.unit}