Compare commits

...

3 Commits

Author SHA1 Message Date
Lee 940d361a95 refactor(fixing playstore icon)
Co-authored-by: Sebastian Palmqvist <PalmN72@users.noreply.github.com>
2023-10-31 10:52:18 +01:00
Lee 3abe79323a refactor(fixing playstore icon)
Co-authored-by: Sebastian Palmqvist <PalmN72@users.noreply.github.com>
2023-10-31 10:51:31 +01:00
Palmn72 d09b6fafe8 chore(apk version code increment)
Co-authored-by: Lee Sheppard<coolusername244@users.noreply.github.com>
2023-10-31 10:15:11 +01:00
2 changed files with 6 additions and 1 deletions

View File

@ -78,7 +78,7 @@ android {
applicationId "com.oppna_skolplattformen_new.app"
minSdkVersion rootProject.ext.minSdkVersion
targetSdkVersion rootProject.ext.targetSdkVersion
versionCode 2
versionCode 4
versionName "1.0"
}
signingConfigs {

View File

@ -0,0 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<adaptive-icon xmlns:android="http://schemas.android.com/apk/res/android">
<background android:drawable="@color/ic_launcher_background"/>
<foreground android:drawable="@mipmap/ic_launcher_foreground"/>
</adaptive-icon>