Skip to content
This repository has been archived by the owner on Jan 4, 2025. It is now read-only.

Commit

Permalink
Bump to 1.9.1
Browse files Browse the repository at this point in the history
Signed-off-by: enricocid <[email protected]>
  • Loading branch information
enricocid committed Jan 8, 2021
1 parent afa4bcf commit d81d8e7
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 3 deletions.
2 changes: 2 additions & 0 deletions Credits.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@

- [Jnss98b](https://github.com/Jnss98b) for his support on different issues: [3](https://github.com/enricocid/VectorifyDaHome/issues/3), [4](https://github.com/enricocid/VectorifyDaHome/issues/4), [7](https://github.com/enricocid/VectorifyDaHome/issues/7),[8](https://github.com/enricocid/VectorifyDaHome/issues/8), [14](https://github.com/enricocid/VectorifyDaHome/issues/14), [16](https://github.com/enricocid/VectorifyDaHome/issues/16), [17](https://github.com/enricocid/VectorifyDaHome/issues/17)!

- [Raphaël Bussa](https://github.com/raphaelbussa) for PreviewActivity crash [fix](https://github.com/enricocid/VectorifyDaHome/pull/30)

- [john2020star](https://github.com/john2020star) for having contributed to fix this[issue](https://github.com/enricocid/VectorifyDaHome/issues/24)

- [Square](https://github.com/square/) for [Moshi](https://github.com/square/moshi/) library!
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
[![Credits](https://img.shields.io/static/v1?label=Contributors&message=many&color=81d4fa)](https://github.com/enricocid/VectorifyDaHome/blob/master/Credits.md)

[![API](https://img.shields.io/static/v1?label=API&message=21&color=a5d6a7)](https://developer.android.com/about/versions/android-5.0.html)
[![TAG](https://img.shields.io/static/v1?label=Tag&message=v1.9.0&color=ffe082)](https://github.com/enricocid/VectorifyDaHome/releases)
[![TAG](https://img.shields.io/static/v1?label=Tag&message=v1.9.1&color=ffe082)](https://github.com/enricocid/VectorifyDaHome/releases)
<a href="https://github.com/enricocid/VectorifyDaHome/actions">
<img alt="CI" src="https://github.com/enricocid/VectorifyDaHome/workflows/Android%20CI/badge.svg">
</a>
Expand Down
3 changes: 3 additions & 0 deletions fastlane/metadata/android/en-US/changelogs/49.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
Android 11: fix crash when opening wallpaper's preview

Thanks Raphaël Bussa
3 changes: 3 additions & 0 deletions fastlane/metadata/android/it/changelogs/49.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
Android 11: corretto crash all'apertura della preview dello sfondo

Grazie Raphaël Bussa
4 changes: 2 additions & 2 deletions project/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ android {
applicationId "com.iven.iconify"
minSdkVersion 21
targetSdkVersion 30
versionCode 48
versionName "1.9.0"
versionCode 49
versionName "1.9.1"

vectorDrawables.useSupportLibrary true
}
Expand Down

0 comments on commit d81d8e7

Please sign in to comment.