diff --git a/android-project/app/build.gradle b/android-project/app/build.gradle index 8ba1908ec..6c9146da7 100644 --- a/android-project/app/build.gradle +++ b/android-project/app/build.gradle @@ -25,6 +25,9 @@ android { } } buildTypes { + debug { + applicationIdSuffix "dev" + } release { minifyEnabled false proguardFiles getDefaultProguardFile('proguard-android.txt'), 'proguard-rules.pro' diff --git a/android-project/app/src/debug/ic_launcher-playstore.png b/android-project/app/src/debug/ic_launcher-playstore.png new file mode 100644 index 000000000..c41a88c12 Binary files /dev/null and b/android-project/app/src/debug/ic_launcher-playstore.png differ diff --git a/android-project/app/src/debug/res/mipmap-hdpi/ic_launcher.webp b/android-project/app/src/debug/res/mipmap-hdpi/ic_launcher.webp new file mode 100644 index 000000000..b29ea7ef8 Binary files /dev/null and b/android-project/app/src/debug/res/mipmap-hdpi/ic_launcher.webp differ diff --git a/android-project/app/src/debug/res/mipmap-hdpi/ic_launcher_background.webp b/android-project/app/src/debug/res/mipmap-hdpi/ic_launcher_background.webp new file mode 100644 index 000000000..c581d02a5 Binary files /dev/null and b/android-project/app/src/debug/res/mipmap-hdpi/ic_launcher_background.webp differ diff --git a/android-project/app/src/debug/res/mipmap-hdpi/ic_launcher_foreground.webp b/android-project/app/src/debug/res/mipmap-hdpi/ic_launcher_foreground.webp new file mode 100644 index 000000000..e0ff6012d Binary files /dev/null and b/android-project/app/src/debug/res/mipmap-hdpi/ic_launcher_foreground.webp differ diff --git a/android-project/app/src/debug/res/mipmap-hdpi/ic_launcher_round.webp b/android-project/app/src/debug/res/mipmap-hdpi/ic_launcher_round.webp new file mode 100644 index 000000000..80c0016fb Binary files /dev/null and b/android-project/app/src/debug/res/mipmap-hdpi/ic_launcher_round.webp differ diff --git a/android-project/app/src/debug/res/mipmap-mdpi/ic_launcher.webp b/android-project/app/src/debug/res/mipmap-mdpi/ic_launcher.webp new file mode 100644 index 000000000..b0f4f872a Binary files /dev/null and b/android-project/app/src/debug/res/mipmap-mdpi/ic_launcher.webp differ diff --git a/android-project/app/src/debug/res/mipmap-mdpi/ic_launcher_background.webp b/android-project/app/src/debug/res/mipmap-mdpi/ic_launcher_background.webp new file mode 100644 index 000000000..8bff08443 Binary files /dev/null and b/android-project/app/src/debug/res/mipmap-mdpi/ic_launcher_background.webp differ diff --git a/android-project/app/src/debug/res/mipmap-mdpi/ic_launcher_foreground.webp b/android-project/app/src/debug/res/mipmap-mdpi/ic_launcher_foreground.webp new file mode 100644 index 000000000..58fd6d172 Binary files /dev/null and b/android-project/app/src/debug/res/mipmap-mdpi/ic_launcher_foreground.webp differ diff --git a/android-project/app/src/debug/res/mipmap-mdpi/ic_launcher_round.webp b/android-project/app/src/debug/res/mipmap-mdpi/ic_launcher_round.webp new file mode 100644 index 000000000..fb28ab8cf Binary files /dev/null and b/android-project/app/src/debug/res/mipmap-mdpi/ic_launcher_round.webp differ diff --git a/android-project/app/src/debug/res/mipmap-xhdpi/ic_launcher.webp b/android-project/app/src/debug/res/mipmap-xhdpi/ic_launcher.webp new file mode 100644 index 000000000..d16523076 Binary files /dev/null and b/android-project/app/src/debug/res/mipmap-xhdpi/ic_launcher.webp differ diff --git a/android-project/app/src/debug/res/mipmap-xhdpi/ic_launcher_background.webp b/android-project/app/src/debug/res/mipmap-xhdpi/ic_launcher_background.webp new file mode 100644 index 000000000..474b7c3e1 Binary files /dev/null and b/android-project/app/src/debug/res/mipmap-xhdpi/ic_launcher_background.webp differ diff --git a/android-project/app/src/debug/res/mipmap-xhdpi/ic_launcher_foreground.webp b/android-project/app/src/debug/res/mipmap-xhdpi/ic_launcher_foreground.webp new file mode 100644 index 000000000..2b29eebd5 Binary files /dev/null and b/android-project/app/src/debug/res/mipmap-xhdpi/ic_launcher_foreground.webp differ diff --git a/android-project/app/src/debug/res/mipmap-xhdpi/ic_launcher_round.webp b/android-project/app/src/debug/res/mipmap-xhdpi/ic_launcher_round.webp new file mode 100644 index 000000000..6c184bf0e Binary files /dev/null and b/android-project/app/src/debug/res/mipmap-xhdpi/ic_launcher_round.webp differ diff --git a/android-project/app/src/debug/res/mipmap-xxhdpi/ic_launcher.webp b/android-project/app/src/debug/res/mipmap-xxhdpi/ic_launcher.webp new file mode 100644 index 000000000..97848c718 Binary files /dev/null and b/android-project/app/src/debug/res/mipmap-xxhdpi/ic_launcher.webp differ diff --git a/android-project/app/src/debug/res/mipmap-xxhdpi/ic_launcher_background.webp b/android-project/app/src/debug/res/mipmap-xxhdpi/ic_launcher_background.webp new file mode 100644 index 000000000..63baa9783 Binary files /dev/null and b/android-project/app/src/debug/res/mipmap-xxhdpi/ic_launcher_background.webp differ diff --git a/android-project/app/src/debug/res/mipmap-xxhdpi/ic_launcher_foreground.webp b/android-project/app/src/debug/res/mipmap-xxhdpi/ic_launcher_foreground.webp new file mode 100644 index 000000000..578c6cda7 Binary files /dev/null and b/android-project/app/src/debug/res/mipmap-xxhdpi/ic_launcher_foreground.webp differ diff --git a/android-project/app/src/debug/res/mipmap-xxhdpi/ic_launcher_round.webp b/android-project/app/src/debug/res/mipmap-xxhdpi/ic_launcher_round.webp new file mode 100644 index 000000000..d9e05dde8 Binary files /dev/null and b/android-project/app/src/debug/res/mipmap-xxhdpi/ic_launcher_round.webp differ diff --git a/android-project/app/src/debug/res/mipmap-xxxhdpi/ic_launcher.webp b/android-project/app/src/debug/res/mipmap-xxxhdpi/ic_launcher.webp new file mode 100644 index 000000000..e1757c0ab Binary files /dev/null and b/android-project/app/src/debug/res/mipmap-xxxhdpi/ic_launcher.webp differ diff --git a/android-project/app/src/debug/res/mipmap-xxxhdpi/ic_launcher_background.webp b/android-project/app/src/debug/res/mipmap-xxxhdpi/ic_launcher_background.webp new file mode 100644 index 000000000..90babf196 Binary files /dev/null and b/android-project/app/src/debug/res/mipmap-xxxhdpi/ic_launcher_background.webp differ diff --git a/android-project/app/src/debug/res/mipmap-xxxhdpi/ic_launcher_foreground.webp b/android-project/app/src/debug/res/mipmap-xxxhdpi/ic_launcher_foreground.webp new file mode 100644 index 000000000..67b48074c Binary files /dev/null and b/android-project/app/src/debug/res/mipmap-xxxhdpi/ic_launcher_foreground.webp differ diff --git a/android-project/app/src/debug/res/mipmap-xxxhdpi/ic_launcher_round.webp b/android-project/app/src/debug/res/mipmap-xxxhdpi/ic_launcher_round.webp new file mode 100644 index 000000000..c55a9937e Binary files /dev/null and b/android-project/app/src/debug/res/mipmap-xxxhdpi/ic_launcher_round.webp differ diff --git a/android-project/app/src/debug/res/values/strings.xml b/android-project/app/src/debug/res/values/strings.xml new file mode 100644 index 000000000..4803b82e6 --- /dev/null +++ b/android-project/app/src/debug/res/values/strings.xml @@ -0,0 +1,3 @@ + + DevilutionX (Dev) +