Skip to content

Commit

Permalink
Release 0.3.3
Browse files Browse the repository at this point in the history
  • Loading branch information
z-huang committed Aug 27, 2022
2 parents d690bfa + 95e4d25 commit d2642a6
Show file tree
Hide file tree
Showing 5 changed files with 25 additions and 5 deletions.
6 changes: 3 additions & 3 deletions app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@ android {
applicationId = "com.zionhuang.music"
minSdk = 26
targetSdk = 31
versionCode = 9
versionName = "0.3.2"
versionCode = 10
versionName = "0.3.3"
testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
}
applicationVariants.all {
Expand Down Expand Up @@ -143,7 +143,7 @@ dependencies {
testImplementation("androidx.room:room-testing:2.4.2")
// NewPipe Extractor
implementation("com.github.TeamNewPipe:nanojson:1d9e1aea9049fc9f85e68b43ba39fe7be1c1f751")
implementation("com.github.TeamNewPipe:NewPipeExtractor:76aad92fa54524f20c3338ab568c9cd6b50c9d33")
implementation("com.github.TeamNewPipe:NewPipeExtractor:6a858368c86bc9a55abee586eb6c733e86c26b97")
// Apache Utils
implementation("org.apache.commons:commons-lang3:3.12.0")
implementation("org.apache.commons:commons-text:1.9")
Expand Down
3 changes: 2 additions & 1 deletion app/src/main/res/mipmap-anydpi/ic_launcher.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,5 @@
<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" />
</adaptive-icon>
<monochrome android:drawable="@drawable/ic_launcher_foreground" />
</adaptive-icon>
3 changes: 2 additions & 1 deletion app/src/main/res/mipmap-anydpi/ic_launcher_round.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,5 @@
<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" />
</adaptive-icon>
<monochrome android:drawable="@drawable/ic_launcher_foreground" />
</adaptive-icon>
7 changes: 7 additions & 0 deletions fastlane/metadata/android/en-US/changelogs/10.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
<br><b>Improved</b>

* Support Android 13 themed icon (#157)

<br><b>Fixed</b>

* Fix stream can't be played (#161)
11 changes: 11 additions & 0 deletions fastlane/metadata/android/it/changelogs/9.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
<br><b>Sistemato</b>

* Sistemato lo streaming non funzionante (#148)
* Sistemati i bottoni della barra di navigazione che non venivano selezionati quando premuti (#12)

<br><b>Aggiornamenti della traduzione</b>

* Coreano (da @dongsu8142) #107
* Spagnolo (da @DD21S) #120
* Giapponese (da @HiSubway) #138
* Svedese (da @Itroublve) #143

0 comments on commit d2642a6

Please sign in to comment.