Compare commits
No commits in common. "b00c5247f52f6dfff375bd12490b8b4a6ef8436d" and "3b9eb35a3789f1396f4796727c7551f5bfaa6831" have entirely different histories.
b00c5247f5
...
3b9eb35a37
@ -11,8 +11,8 @@ android {
|
|||||||
applicationId = "com.archipelago.app"
|
applicationId = "com.archipelago.app"
|
||||||
minSdk = 26
|
minSdk = 26
|
||||||
targetSdk = 35
|
targetSdk = 35
|
||||||
versionCode = 10
|
versionCode = 9
|
||||||
versionName = "0.4.6"
|
versionName = "0.4.5"
|
||||||
|
|
||||||
vectorDrawables {
|
vectorDrawables {
|
||||||
useSupportLibrary = true
|
useSupportLibrary = true
|
||||||
|
|||||||
@ -14,14 +14,13 @@
|
|||||||
android:fillColor="#0A0A0A"
|
android:fillColor="#0A0A0A"
|
||||||
android:pathData="M0,0h752v752H0z" />
|
android:pathData="M0,0h752v752H0z" />
|
||||||
|
|
||||||
<!-- Ring matching logo.svg's gradient (#000->#666). Scale 0.65 places it at
|
<!-- Ring matching logo.svg's gradient (#000->#666), pushed to scale 0.53 so it
|
||||||
the home-screen's visible edge (calibrated from a device home screenshot;
|
sits at the very edge of the launcher's visible crop. -->
|
||||||
launcher3 crops less than the Settings App-info view). -->
|
|
||||||
<group
|
<group
|
||||||
android:pivotX="376"
|
android:pivotX="376"
|
||||||
android:pivotY="376"
|
android:pivotY="376"
|
||||||
android:scaleX="0.65"
|
android:scaleX="0.53"
|
||||||
android:scaleY="0.65">
|
android:scaleY="0.53">
|
||||||
<path
|
<path
|
||||||
android:fillColor="#00000000"
|
android:fillColor="#00000000"
|
||||||
android:strokeWidth="22.8834"
|
android:strokeWidth="22.8834"
|
||||||
|
|||||||
Binary file not shown.
Loading…
x
Reference in New Issue
Block a user