diff --git a/android/app/build.gradle b/android/app/build.gradle index 534e44930..89b5632fa 100644 --- a/android/app/build.gradle +++ b/android/app/build.gradle @@ -86,6 +86,10 @@ android { // Signing with the debug keys for now, so `flutter run --release` works. signingConfig signingConfigs.release } + debug { + //applicationId "com.orz12.PiliPalaX.debug" + applicationIdSuffix ".debug" + } } } diff --git a/android/app/src/debug/AndroidManifest.xml b/android/app/src/debug/AndroidManifest.xml index 4143d885b..ac7fe57c9 100644 --- a/android/app/src/debug/AndroidManifest.xml +++ b/android/app/src/debug/AndroidManifest.xml @@ -1,8 +1,132 @@ - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/android/app/src/debug/ic_launcher-playstore.png b/android/app/src/debug/ic_launcher-playstore.png new file mode 100644 index 000000000..4be03d5e5 Binary files /dev/null and b/android/app/src/debug/ic_launcher-playstore.png differ diff --git a/android/app/src/debug/res/drawable/ic_launcher_foreground.xml b/android/app/src/debug/res/drawable/ic_launcher_foreground.xml new file mode 100644 index 000000000..a66f25386 --- /dev/null +++ b/android/app/src/debug/res/drawable/ic_launcher_foreground.xml @@ -0,0 +1,71 @@ + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/android/app/src/debug/res/mipmap-anydpi-v26/ic_launcher.xml b/android/app/src/debug/res/mipmap-anydpi-v26/ic_launcher.xml new file mode 100644 index 000000000..7353dbd1f --- /dev/null +++ b/android/app/src/debug/res/mipmap-anydpi-v26/ic_launcher.xml @@ -0,0 +1,5 @@ + + + + + \ No newline at end of file diff --git a/android/app/src/debug/res/mipmap-anydpi-v26/ic_launcher_round.xml b/android/app/src/debug/res/mipmap-anydpi-v26/ic_launcher_round.xml new file mode 100644 index 000000000..7353dbd1f --- /dev/null +++ b/android/app/src/debug/res/mipmap-anydpi-v26/ic_launcher_round.xml @@ -0,0 +1,5 @@ + + + + + \ No newline at end of file diff --git a/android/app/src/debug/res/mipmap-hdpi/ic_launcher.webp b/android/app/src/debug/res/mipmap-hdpi/ic_launcher.webp new file mode 100644 index 000000000..aed04f7f5 Binary files /dev/null and b/android/app/src/debug/res/mipmap-hdpi/ic_launcher.webp differ diff --git a/android/app/src/debug/res/mipmap-hdpi/ic_launcher_round.webp b/android/app/src/debug/res/mipmap-hdpi/ic_launcher_round.webp new file mode 100644 index 000000000..e3409c7f0 Binary files /dev/null and b/android/app/src/debug/res/mipmap-hdpi/ic_launcher_round.webp differ diff --git a/android/app/src/debug/res/mipmap-mdpi/ic_launcher.webp b/android/app/src/debug/res/mipmap-mdpi/ic_launcher.webp new file mode 100644 index 000000000..c45ae9f07 Binary files /dev/null and b/android/app/src/debug/res/mipmap-mdpi/ic_launcher.webp differ diff --git a/android/app/src/debug/res/mipmap-mdpi/ic_launcher_round.webp b/android/app/src/debug/res/mipmap-mdpi/ic_launcher_round.webp new file mode 100644 index 000000000..2f2d47bd4 Binary files /dev/null and b/android/app/src/debug/res/mipmap-mdpi/ic_launcher_round.webp differ diff --git a/android/app/src/debug/res/mipmap-xhdpi/ic_launcher.webp b/android/app/src/debug/res/mipmap-xhdpi/ic_launcher.webp new file mode 100644 index 000000000..4fce9ee6b Binary files /dev/null and b/android/app/src/debug/res/mipmap-xhdpi/ic_launcher.webp differ diff --git a/android/app/src/debug/res/mipmap-xhdpi/ic_launcher_round.webp b/android/app/src/debug/res/mipmap-xhdpi/ic_launcher_round.webp new file mode 100644 index 000000000..b02d52027 Binary files /dev/null and b/android/app/src/debug/res/mipmap-xhdpi/ic_launcher_round.webp differ diff --git a/android/app/src/debug/res/mipmap-xxhdpi/ic_launcher.webp b/android/app/src/debug/res/mipmap-xxhdpi/ic_launcher.webp new file mode 100644 index 000000000..7c456aeb3 Binary files /dev/null and b/android/app/src/debug/res/mipmap-xxhdpi/ic_launcher.webp differ diff --git a/android/app/src/debug/res/mipmap-xxhdpi/ic_launcher_round.webp b/android/app/src/debug/res/mipmap-xxhdpi/ic_launcher_round.webp new file mode 100644 index 000000000..6e02576b0 Binary files /dev/null and b/android/app/src/debug/res/mipmap-xxhdpi/ic_launcher_round.webp differ diff --git a/android/app/src/debug/res/mipmap-xxxhdpi/ic_launcher.webp b/android/app/src/debug/res/mipmap-xxxhdpi/ic_launcher.webp new file mode 100644 index 000000000..28fa98735 Binary files /dev/null and b/android/app/src/debug/res/mipmap-xxxhdpi/ic_launcher.webp differ diff --git a/android/app/src/debug/res/mipmap-xxxhdpi/ic_launcher_round.webp b/android/app/src/debug/res/mipmap-xxxhdpi/ic_launcher_round.webp new file mode 100644 index 000000000..4fbbb9f53 Binary files /dev/null and b/android/app/src/debug/res/mipmap-xxxhdpi/ic_launcher_round.webp differ diff --git a/android/app/src/debug/res/values/ic_launcher_background.xml b/android/app/src/debug/res/values/ic_launcher_background.xml new file mode 100644 index 000000000..c5d5899fd --- /dev/null +++ b/android/app/src/debug/res/values/ic_launcher_background.xml @@ -0,0 +1,4 @@ + + + #FFFFFF + \ No newline at end of file