From 11d17d1f3f1095f52936d7666051824d7817a531 Mon Sep 17 00:00:00 2001 From: Grishka Date: Sun, 25 Jun 2023 02:52:54 +0300 Subject: [PATCH] Fix ripple color again --- mastodon/build.gradle | 2 +- mastodon/src/main/res/values-v31/colors.xml | 2 -- mastodon/src/main/res/values-v33/colors.xml | 4 ++++ 3 files changed, 5 insertions(+), 3 deletions(-) create mode 100644 mastodon/src/main/res/values-v33/colors.xml diff --git a/mastodon/build.gradle b/mastodon/build.gradle index caf0386e..79a22977 100644 --- a/mastodon/build.gradle +++ b/mastodon/build.gradle @@ -9,7 +9,7 @@ android { applicationId "org.joinmastodon.android" minSdk 23 targetSdk 33 - versionCode 58 + versionCode 59 versionName "1.3.0" testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner" resConfigs "ar-rSA", "be-rBY", "bn-rBD", "bs-rBA", "ca-rES", "cs-rCZ", "da-rDK", "de-rDE", "el-rGR", "es-rES", "eu-rES", "fa-rIR", "fi-rFI", "fil-rPH", "fr-rFR", "ga-rIE", "gd-rGB", "gl-rES", "hi-rIN", "hr-rHR", "hu-rHU", "hy-rAM", "ig-rNG", "in-rID", "is-rIS", "it-rIT", "iw-rIL", "ja-rJP", "kab", "ko-rKR", "my-rMM", "nl-rNL", "no-rNO", "oc-rFR", "pl-rPL", "pt-rBR", "pt-rPT", "ro-rRO", "ru-rRU", "si-rLK", "sl-rSI", "sv-rSE", "th-rTH", "tr-rTR", "uk-rUA", "ur-rIN", "vi-rVN", "zh-rCN", "zh-rTW" diff --git a/mastodon/src/main/res/values-v31/colors.xml b/mastodon/src/main/res/values-v31/colors.xml index d27fdcab..f87cf2e0 100644 --- a/mastodon/src/main/res/values-v31/colors.xml +++ b/mastodon/src/main/res/values-v31/colors.xml @@ -45,6 +45,4 @@ @android:color/system_neutral2_200 @android:color/system_neutral2_400 @android:color/system_neutral2_700 - - 0.40 diff --git a/mastodon/src/main/res/values-v33/colors.xml b/mastodon/src/main/res/values-v33/colors.xml new file mode 100644 index 00000000..36f9ae17 --- /dev/null +++ b/mastodon/src/main/res/values-v33/colors.xml @@ -0,0 +1,4 @@ + + + 0.50 + \ No newline at end of file