Skip to content

Commit

Permalink
fix monochrome icon
Browse files Browse the repository at this point in the history
(cherry picked from commit 917e17f)
  • Loading branch information
crackededed committed Jan 25, 2024
1 parent 1630d3d commit 47372ca
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 12 deletions.
4 changes: 2 additions & 2 deletions app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,8 @@ android {
applicationId = "com.github.andreyasadchy.xtra"
minSdk = 21
targetSdk = 34
versionCode = 221
versionName = "2.27.3"
versionCode = 222
versionName = "2.27.4"
resourceConfigurations += listOf("ar", "de", "en", "es", "fr", "in", "ja", "pt-rBR", "ru", "tr", "zh-rTW")
}

Expand Down
16 changes: 8 additions & 8 deletions app/src/main/res/drawable/ic_launcher_monochrome.xml
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
<?xml version="1.0" encoding="utf-8"?>
<vector xmlns:android="http://schemas.android.com/apk/res/android"
android:width="512dp"
android:height="512dp"
android:viewportWidth="512"
android:viewportHeight="512">
android:width="192dp"
android:height="192dp"
android:viewportWidth="192"
android:viewportHeight="192">
<group
android:scaleX="0.8"
android:scaleY="0.8"
android:translateX="47"
android:translateY="62">
android:scaleX="0.3"
android:scaleY="0.3"
android:translateX="18"
android:translateY="23">
<path
android:fillColor="#000000"
android:strokeColor="#000000"
Expand Down
4 changes: 2 additions & 2 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[versions]
android-gradle-plugin = "8.2.1"
android-gradle-plugin = "8.2.2"
apollo = "3.8.2"
appcompat = "1.7.0-alpha03"
checker-qual = "3.42.0"
Expand All @@ -17,7 +17,7 @@ hilt = "2.50"
hilt-extension-compiler = "1.1.0"
hilt-work = "1.1.0"
kotlin = "1.9.22"
ksp = "1.9.22-1.0.16"
ksp = "1.9.22-1.0.17"
lifecycle = "2.7.0"
material = "1.11.0"
media3 = "1.2.1"
Expand Down

0 comments on commit 47372ca

Please sign in to comment.