Skip to content
This repository has been archived by the owner on Dec 25, 2023. It is now read-only.

Commit

Permalink
Update icon and version
Browse files Browse the repository at this point in the history
  • Loading branch information
Nonononoki committed Oct 22, 2022
1 parent cef3b96 commit d8cbbd2
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
4 changes: 2 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ android {
applicationId "com.alovoa.alovoa"
minSdkVersion 16
targetSdkVersion 32
versionCode 5
versionName "1.0.4"
versionCode 6
versionName "1.0.5"

// testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"
}
Expand Down
2 changes: 1 addition & 1 deletion app/src/main/res/drawable/twa_splash.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<vector android:height="320dp" android:viewportHeight="122.74527"
android:viewportWidth="122.74527" android:width="320dp" xmlns:android="http://schemas.android.com/apk/res/android">
<path android:fillColor="#ec407a"
<path android:fillColor="#FF78A5"
android:pathData="M61.373,61.373m-60.373,0a60.373,60.373 0,1 1,120.745 0a60.373,60.373 0,1 1,-120.745 0"
android:strokeColor="#00000000" android:strokeLineJoin="bevel" android:strokeWidth="2"/>
<path android:fillColor="#e53935"
Expand Down
3 changes: 3 additions & 0 deletions fastlane/metadata/android/en-US/changelogs/6.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
Renamed to "Alovoa Lite" in preparation for native app
New adaptive icon
Update external libraries

0 comments on commit d8cbbd2

Please sign in to comment.