Skip to content

Commit

Permalink
Bump to 4.4.18
Browse files Browse the repository at this point in the history
Signed-off-by: enricocid <[email protected]>
  • Loading branch information
enricocid committed Jun 1, 2022
1 parent a778b69 commit 5f7defe
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<!-- Latest Release -->
<a href="https://github.com/enricocid/Music-Player-GO/releases">
<img alt="GitHub release"
src="https://img.shields.io/static/v1?label=Tag&message=v4.4.17&color=58F5D1">
src="https://img.shields.io/static/v1?label=Tag&message=v4.4.18&color=58F5D1">
</a>
<!-- Minimum SDK -->
<img alt="Minimum SDK" src="https://img.shields.io/static/v1?label=API&message=21&color=32B5ED">
Expand Down
4 changes: 4 additions & 0 deletions fastlane/metadata/android/en-US/changelogs/181.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
- Fix close btn behaviour
- Code fixes/improvements
- Update dependencies
- Update Ukrainian translations (thanks Ihor Hordiichuk)
4 changes: 4 additions & 0 deletions fastlane/metadata/android/it/changelogs/181.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
- Corretto comportamento pulsante chiusura
- Correzioni/miglioramenti codice
- Aggiornate dipendenze
- Aggiornate traduzioni Ucraino (grazie Ihor Hordiichuk)
7 changes: 4 additions & 3 deletions project/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,14 @@ apply plugin: 'kotlin-kapt'

android {
compileSdkVersion 32
//noinspection GradleDependency
buildToolsVersion "32.0.0"
defaultConfig {
applicationId "com.iven.musicplayergo"
minSdkVersion 21
targetSdkVersion 32
versionCode 180
versionName "4.4.17"
versionCode 181
versionName "4.4.18"

vectorDrawables.useSupportLibrary true
}
Expand Down Expand Up @@ -100,7 +101,7 @@ dependencies {
implementation 'me.zhanghai.android.fastscroll:library:1.1.8'

//https://github.com/coil-kt/coil/releases
implementation 'io.coil-kt:coil:2.0.0'
implementation 'io.coil-kt:coil:2.1.0'

//https://github.com/chrisbanes/insetter/releases
implementation 'dev.chrisbanes.insetter:insetter:0.6.1'
Expand Down

0 comments on commit 5f7defe

Please sign in to comment.