update launcher icon, version, screenshots
@ -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")
|
||||
}
|
||||
|
Before Width: | Height: | Size: 84 KiB After Width: | Height: | Size: 112 KiB |
@ -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
|
||||
|
@ -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>
|
Before Width: | Height: | Size: 5.3 KiB After Width: | Height: | Size: 6.4 KiB |
Before Width: | Height: | Size: 2.9 KiB After Width: | Height: | Size: 3.4 KiB |
Before Width: | Height: | Size: 8.2 KiB After Width: | Height: | Size: 9.9 KiB |
Before Width: | Height: | Size: 15 KiB After Width: | Height: | Size: 17 KiB |
Before Width: | Height: | Size: 21 KiB After Width: | Height: | Size: 26 KiB |
@ -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>
|
@ -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)
|
||||
|
4
metadata/en-US/changelogs/20230825.txt
Normal file
@ -0,0 +1,4 @@
|
||||
<h2 id="section">20230825</h2>
|
||||
<ul>
|
||||
<li>Update launcher icon, version, screenshots</li>
|
||||
</ul>
|
Before Width: | Height: | Size: 11 KiB After Width: | Height: | Size: 29 KiB |
Before Width: | Height: | Size: 8.7 KiB After Width: | Height: | Size: 16 KiB |
Before Width: | Height: | Size: 39 KiB After Width: | Height: | Size: 92 KiB |
Before Width: | Height: | Size: 44 KiB After Width: | Height: | Size: 92 KiB |
Before Width: | Height: | Size: 95 KiB After Width: | Height: | Size: 170 KiB |
Before Width: | Height: | Size: 120 KiB After Width: | Height: | Size: 195 KiB |
Before Width: | Height: | Size: 66 KiB After Width: | Height: | Size: 158 KiB |
Before Width: | Height: | Size: 78 KiB After Width: | Height: | Size: 134 KiB |
Before Width: | Height: | Size: 58 KiB After Width: | Height: | Size: 137 KiB |
Before Width: | Height: | Size: 37 KiB After Width: | Height: | Size: 59 KiB |