Skip to content

Commit

Permalink
Fix release workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
shubertm committed Oct 29, 2024
1 parent bb35e95 commit 132d705
Show file tree
Hide file tree
Showing 14 changed files with 15 additions and 16 deletions.
6 changes: 3 additions & 3 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -30,9 +30,9 @@ android {
signingConfigs {
release {
storeFile file("amuzic_release_keystore.jks")
storePassword "amuzic_24" //System.getenv("SIGNING_KEYSTORE_PASSWORD")
keyAlias "amuzic_key" //System.getenv("KEY_ALIAS")
keyPassword "amuzic_2410" //System.getenv("KEY_PASSWORD")
storePassword System.getenv("SIGNING_KEYSTORE_PASSWORD")
keyAlias System.getenv("KEY_ALIAS")
keyPassword System.getenv("KEY_PASSWORD")
v1SigningEnabled true
v2SigningEnabled true
}
Expand Down
Binary file modified app/src/main/ic_amuzic-playstore.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
20 changes: 10 additions & 10 deletions app/src/main/res/drawable/ic_amuzic_foreground.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,24 +3,24 @@
android:height="108dp"
android:viewportWidth="773"
android:viewportHeight="911">
<group android:scaleX="0.4072887"
android:scaleY="0.48"
android:translateX="229.08292"
android:translateY="236.86">
<group android:scaleX="0.47"
android:scaleY="0.47"
android:translateX="204.845"
android:translateY="241.415">
<path
android:pathData="M461.68,181.79l-70.74,-28.13l-202,623.93l70.74,28.14l202,-623.94z"
android:fillColor="#FFFFFF"/>
android:fillColor="#207E20"/>
<path
android:pathData="M0,724.05a136.85,186.95 0,1 0,273.7 0a136.85,186.95 0,1 0,-273.7 0z"
android:fillColor="#FBFDFB"/>
android:fillColor="#207E20"/>
<path
android:pathData="M583.4,819.08l-167.6,-629.17l148.09,-48.45l167.6,629.17"
android:fillColor="#FFFFFF"/>
android:fillColor="#207E20"/>
<path
android:pathData="M588.39,233.2l-199.51,-72q2.58,-8.51 5.68,-16.82C419.63,77.21 468,24.44 527,0Z"
android:fillColor="#FFFFFF"/>
android:fillColor="#207E20"/>
<path
android:pathData="M730.32,767.23 L773,905.64A172,172 0,0 1,730.32 911c-65.82,0 -125,-37.55 -147.92,-93.8Z"
android:fillColor="#FFFFFF"/>
android:pathData="M730.32,767.23L773,905.64A172,172 0,0 1,730.32 911c-65.82,0 -125,-37.55 -147.92,-93.8Z"
android:fillColor="#207E20"/>
</group>
</vector>
Binary file modified app/src/main/res/mipmap-hdpi/ic_amuzic.webp
Binary file not shown.
Binary file modified app/src/main/res/mipmap-hdpi/ic_amuzic_round.webp
Binary file not shown.
Binary file modified app/src/main/res/mipmap-mdpi/ic_amuzic.webp
Binary file not shown.
Binary file modified app/src/main/res/mipmap-mdpi/ic_amuzic_round.webp
Binary file not shown.
Binary file modified app/src/main/res/mipmap-xhdpi/ic_amuzic.webp
Binary file not shown.
Binary file modified app/src/main/res/mipmap-xhdpi/ic_amuzic_round.webp
Binary file not shown.
Binary file modified app/src/main/res/mipmap-xxhdpi/ic_amuzic.webp
Binary file not shown.
Binary file modified app/src/main/res/mipmap-xxhdpi/ic_amuzic_round.webp
Binary file not shown.
Binary file modified app/src/main/res/mipmap-xxxhdpi/ic_amuzic.webp
Binary file not shown.
Binary file modified app/src/main/res/mipmap-xxxhdpi/ic_amuzic_round.webp
Binary file not shown.
5 changes: 2 additions & 3 deletions app/src/main/res/values/ic_amuzic_background.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
<?xml version="1.0" encoding="utf-8"?>
<resources>
<color name="ic_amuzic_background">#207E20</color>
<color name="ic_amuzic_background2">#339433</color>
</resources>
<color name="ic_amuzic_background">#FFFFFF</color>
</resources>

0 comments on commit 132d705

Please sign in to comment.