update launcher icon, version, screenshots

This commit is contained in:
Kieran W 2023-08-26 11:45:32 +01:00
parent 8d56f69f5d
commit 79ebf3a71c
23 changed files with 14 additions and 8 deletions

View File

@ -6,7 +6,7 @@ plugins {
}
tasks.dokkaGfm.configure {
outputDirectory.set(buildDir.resolve("../../documentation/reference"))
outputDirectory.set(file(layout.buildDirectory.dir("../../documentation/reference")))
dokkaSourceSets {
named("main") {
skipDeprecated.set(true)
@ -19,7 +19,7 @@ tasks.dokkaGfm.configure {
}
tasks.register("genDocs") {
val ref = buildDir.resolve("../../documentation/reference")
val ref = layout.buildDirectory.dir("../../documentation/reference")
delete(ref)
dependsOn("dokkaGfm")
doLast {
@ -39,8 +39,8 @@ android {
applicationId = "com.fredhappyface.ewesticker"
minSdk = 26
targetSdk = 33
versionCode = 20230824
versionName = "20230824"
versionCode = 20230825
versionName = "20230825"
testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
setProperty("archivesBaseName", "$applicationId-$versionName")
}

Binary file not shown.

Before

Width:  |  Height:  |  Size: 84 KiB

After

Width:  |  Height:  |  Size: 112 KiB

View File

@ -18,6 +18,8 @@
android:background="@color/accent"
app:collapsedTitleTextAppearance="@style/ToolbarTitleTextAppearance"
app:expandedTitleTextAppearance="@style/ToolbarTitleTextAppearance"
app:collapsedTitleTextColor="@color/onAccent"
app:expandedTitleTextColor="@color/onAccent"
app:title=" EweSticker">
<View

View File

@ -1,5 +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" />
<background android:drawable="@color/ic_launcher_background"/>
<foreground android:drawable="@mipmap/ic_launcher_foreground"/>
</adaptive-icon>

Binary file not shown.

Before

Width:  |  Height:  |  Size: 5.3 KiB

After

Width:  |  Height:  |  Size: 6.4 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.9 KiB

After

Width:  |  Height:  |  Size: 3.4 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 8.2 KiB

After

Width:  |  Height:  |  Size: 9.9 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 15 KiB

After

Width:  |  Height:  |  Size: 17 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 21 KiB

After

Width:  |  Height:  |  Size: 26 KiB

View File

@ -1,4 +1,4 @@
<?xml version="1.0" encoding="utf-8"?>
<resources>
<color name="ic_launcher_background">#0FA9A8</color>
<color name="ic_launcher_background">#0FA9A8</color>
</resources>

View File

@ -6,7 +6,7 @@ plugins {
id("org.jlleitschuh.gradle.ktlint") version "10.2.1"
}
tasks.register("clean") { delete(buildDir) }
tasks.register("clean") { delete(layout.buildDirectory) }
ktlint {
coloredOutput.set(false)

View File

@ -0,0 +1,4 @@
<h2 id="section">20230825</h2>
<ul>
<li>Update launcher icon, version, screenshots</li>
</ul>

Binary file not shown.

Before

Width:  |  Height:  |  Size: 11 KiB

After

Width:  |  Height:  |  Size: 29 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 8.7 KiB

After

Width:  |  Height:  |  Size: 16 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 39 KiB

After

Width:  |  Height:  |  Size: 92 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 44 KiB

After

Width:  |  Height:  |  Size: 92 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 95 KiB

After

Width:  |  Height:  |  Size: 170 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 120 KiB

After

Width:  |  Height:  |  Size: 195 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 66 KiB

After

Width:  |  Height:  |  Size: 158 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 78 KiB

After

Width:  |  Height:  |  Size: 134 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 58 KiB

After

Width:  |  Height:  |  Size: 137 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 37 KiB

After

Width:  |  Height:  |  Size: 59 KiB

Binary file not shown.