Compare commits

..

No commits in common. "b00c5247f52f6dfff375bd12490b8b4a6ef8436d" and "3b9eb35a3789f1396f4796727c7551f5bfaa6831" have entirely different histories.

3 changed files with 6 additions and 7 deletions

View File

@ -11,8 +11,8 @@ android {
applicationId = "com.archipelago.app"
minSdk = 26
targetSdk = 35
versionCode = 10
versionName = "0.4.6"
versionCode = 9
versionName = "0.4.5"
vectorDrawables {
useSupportLibrary = true

View File

@ -14,14 +14,13 @@
android:fillColor="#0A0A0A"
android:pathData="M0,0h752v752H0z" />
<!-- Ring matching logo.svg's gradient (#000->#666). Scale 0.65 places it at
the home-screen's visible edge (calibrated from a device home screenshot;
launcher3 crops less than the Settings App-info view). -->
<!-- Ring matching logo.svg's gradient (#000->#666), pushed to scale 0.53 so it
sits at the very edge of the launcher's visible crop. -->
<group
android:pivotX="376"
android:pivotY="376"
android:scaleX="0.65"
android:scaleY="0.65">
android:scaleX="0.53"
android:scaleY="0.53">
<path
android:fillColor="#00000000"
android:strokeWidth="22.8834"