-
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
b4dd886
commit 99fc3a7
Showing
9 changed files
with
33 additions
and
26 deletions.
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
<adaptive-icon xmlns:android="http://schemas.android.com/apk/res/android"> | ||
<background android:drawable="@color/ic_launcher_background"/> | ||
<background android:drawable="@color/colorLauncherBackground"/> | ||
<foreground android:drawable="@drawable/ic_launcher_foreground"/> | ||
<monochrome android:drawable="@drawable/ic_launcher_foreground"/> | ||
</adaptive-icon> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
<resources> | ||
<color name="ic_launcher_background">#2D2D2D</color> | ||
<color name="colorLauncherBackground">#2D2D2D</color> | ||
</resources> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
<resources> | ||
<color name="ic_launcher_background">#FFFFFF</color> | ||
<color name="colorLauncherBackground">#FFFFFF</color> | ||
</resources> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,19 +1,19 @@ | ||
<locale-config | ||
xmlns:android="http://schemas.android.com/apk/res/android"> | ||
<locale android:name="bg"/> | ||
<locale android:name="de"/> | ||
<locale android:name="en"/> | ||
<locale android:name="ro"/> | ||
<locale android:name="ru"/> | ||
<locale android:name="in"/> | ||
<locale android:name="es"/> | ||
<locale android:name="fr"/> | ||
<locale android:name="hi"/> | ||
<locale android:name="hu"/> | ||
<locale android:name="in"/> | ||
<locale android:name="it"/> | ||
<locale android:name="ja"/> | ||
<locale android:name="hi"/> | ||
<locale android:name="es"/> | ||
<locale android:name="tr"/> | ||
<locale android:name="de"/> | ||
<locale android:name="pl"/> | ||
<locale android:name="uk"/> | ||
<locale android:name="bg"/> | ||
<locale android:name="ro"/> | ||
<locale android:name="ru"/> | ||
<locale android:name="sv"/> | ||
<locale android:name="hu"/> | ||
<locale android:name="tr"/> | ||
<locale android:name="uk"/> | ||
</locale-config> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
#Sun Apr 16 11:54:57 EEST 2023 | ||
#Mon May 08 12:56:09 EEST 2023 | ||
distributionBase=GRADLE_USER_HOME | ||
distributionPath=wrapper/dists | ||
distributionUrl=https\://services.gradle.org/distributions/gradle-8.1-bin.zip | ||
distributionUrl=https\://services.gradle.org/distributions/gradle-8.1.1-bin.zip | ||
zipStoreBase=GRADLE_USER_HOME | ||
zipStorePath=wrapper/dists |