Updated 6 files, added 10 files and deleted 10 files (automated)

mane
Mia Raindrops 3 weeks ago
parent a249ac5c1d
commit 0528f41b98
Signed by: Mia Raindrops
GPG Key ID: EFBDC68435A574B7

@ -12,8 +12,8 @@ android {
applicationId = "dev.equestria.delta"
minSdk = 27
targetSdk = 33
versionCode = 6
versionName = "1.13"
versionCode = 7
versionName = "1.14"
testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
resConfigs("en", "fr")

Binary file not shown.

Before

Width:  |  Height:  |  Size: 11 KiB

After

Width:  |  Height:  |  Size: 23 KiB

@ -4,30 +4,34 @@
android:height="108dp"
android:viewportWidth="512"
android:viewportHeight="512">
<group
android:scaleX="0.34"
android:scaleY="0.34"
android:translateX="168.96"
android:translateY="168.96">
<path android:pathData="M237.7,24.3L14.1,472.1C7.5,485.4 17.2,501 32,501h447.1c14.9,0 24.5,-15.6 17.9,-28.9L273.5,24.3C266.1,9.6 245.1,9.6 237.7,24.3z">
<aapt:attr name="android:fillColor">
<gradient
android:endX="437.58"
android:endY="550.88"
android:startX="73.62"
android:startY="186.92"
android:type="linear">
<item
android:color="#FFE44857"
android:offset="0" />
<item
android:color="#FFC711E1"
android:offset="0.5" />
<item
android:color="#FF7F52FF"
android:offset="1" />
</gradient>
</aapt:attr>
</path>
</group>
<group android:scaleX="0.39"
android:scaleY="0.39"
android:translateX="156.16"
android:translateY="156.16">
<path
android:pathData="M238.1,9.9L14.5,412.2c-6.6,11.9 3.1,26 17.9,26h447.1c14.9,0 24.5,-14 17.9,-26L273.9,9.9C266.5,-3.3 245.5,-3.3 238.1,9.9z">
<aapt:attr name="android:fillColor">
<gradient
android:startX="86.06"
android:startY="160.93"
android:endX="425.87"
android:endY="500.75"
android:type="linear">
<item android:offset="0" android:color="#FFE44857"/>
<item android:offset="0.5" android:color="#FFC711E1"/>
<item android:offset="1" android:color="#FF7F52FF"/>
</gradient>
</aapt:attr>
</path>
<path
android:pathData="M256,0.5v289.2L15,428.9c-3,-4.9 -3.6,-11 -0.4,-16.7L238.1,10.4C241.8,3.8 248.9,0.5 256,0.5z"
android:strokeAlpha="0.2"
android:fillColor="#FFFFFF"
android:fillAlpha="0.2"/>
<path
android:pathData="M497,428.9L256,289.7V0.5c7.1,0 14.2,3.3 17.9,9.9l223.5,401.8C500.6,417.9 500.1,424 497,428.9z"
android:strokeAlpha="0.125"
android:fillColor="#FFFFFF"
android:fillAlpha="0.125"/>
</group>
</vector>

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

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

Binary file not shown.

Before

Width:  |  Height:  |  Size: 3.5 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.7 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 3.5 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.7 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.2 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.8 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.2 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.8 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 5.1 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.9 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 5.1 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.9 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 8.2 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 6.3 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 8.2 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 6.3 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 12 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 8.7 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 12 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 8.7 KiB

@ -15,8 +15,8 @@ buildscript {
}
plugins {
id("com.android.application") version "8.2.0-alpha03" apply false
id("com.android.library") version "8.2.0-alpha03" apply false
id("com.android.application") version "8.2.0-alpha04" apply false
id("com.android.library") version "8.2.0-alpha04" apply false
id("org.jetbrains.kotlin.android") version "1.7.21" apply false
}

Loading…
Cancel
Save