Skip to content

Commit f9bfe28

Browse files
committed
use round launchers on every android version
1 parent e48f5e2 commit f9bfe28

File tree

13 files changed

+3
-8
lines changed

13 files changed

+3
-8
lines changed

app/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ ext {
4242
}
4343

4444
dependencies {
45-
implementation 'com.simplemobiletools:commons:3.0.23'
45+
implementation 'com.simplemobiletools:commons:3.1.2'
4646

4747
implementation files('../libs/RootTools.jar')
4848

app/src/main/AndroidManifest.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
android:allowBackup="true"
1212
android:icon="@mipmap/ic_launcher"
1313
android:label="@string/app_launcher_name"
14-
android:roundIcon="@mipmap/ic_launcher_round"
14+
android:roundIcon="@mipmap/ic_launcher"
1515
android:theme="@style/AppTheme">
1616

1717
<activity
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<adaptive-icon xmlns:android="http://schemas.android.com/apk/res/android">
33
<background android:drawable="@color/color_primary"/>
4-
<foreground android:drawable="@mipmap/ic_launcher_foreground"/>
4+
<foreground android:drawable="@drawable/ic_launcher_foreground"/>
55
</adaptive-icon>

app/src/main/res/mipmap-anydpi-v26/ic_launcher_round.xml

Lines changed: 0 additions & 5 deletions
This file was deleted.
1.1 KB
Loading
-2.35 KB
Binary file not shown.
1.35 KB
Loading
-2.95 KB
Binary file not shown.
2.52 KB
Loading

0 commit comments

Comments
 (0)