Skip to content

Commit

Permalink
Bump to 1.9.6.3
Browse files Browse the repository at this point in the history
Signed-off-by: enricocid <[email protected]>
  • Loading branch information
enricocid committed May 8, 2022
1 parent 9853911 commit 03e3f14
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 6 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 @@
</a>

[![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.6.2&color=ffe082)](https://github.com/enricocid/VectorifyDaHome/releases)
[![TAG](https://img.shields.io/static/v1?label=Tag&message=v1.9.6.3&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
2 changes: 2 additions & 0 deletions fastlane/metadata/android/en-US/changelogs/58.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
- Added new translations (Ukrainian, ...)
- Dependencies updates
2 changes: 2 additions & 0 deletions fastlane/metadata/android/it/changelogs/58.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
- Aggiunte nuove traduzioni (Ucraino, ...)
- Aggiornamento dipendenze
10 changes: 5 additions & 5 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 32
versionCode 57
versionName "1.9.6.2"
versionCode 58
versionName "1.9.6.3"

vectorDrawables.useSupportLibrary true
}
Expand Down Expand Up @@ -66,8 +66,8 @@ dependencies {
//https://github.com/JetBrains/kotlin/blob/master/ChangeLog.md
implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk8:$kotlin_version"
//https://github.com/Kotlin/kotlinx.coroutines/blob/master/CHANGES.md
implementation 'org.jetbrains.kotlinx:kotlinx-coroutines-core:1.6.0'
implementation 'org.jetbrains.kotlinx:kotlinx-coroutines-android:1.6.0'
implementation 'org.jetbrains.kotlinx:kotlinx-coroutines-core:1.6.1'
implementation 'org.jetbrains.kotlinx:kotlinx-coroutines-android:1.6.1'

// Support
//https://developer.android.com/jetpack/androidx/versions
Expand All @@ -76,7 +76,7 @@ dependencies {
implementation 'androidx.recyclerview:recyclerview:1.2.1'
implementation 'androidx.browser:browser:1.4.0'
//https://github.com/material-components/material-components-android/releases
implementation 'com.google.android.material:material:1.5.0'
implementation 'com.google.android.material:material:1.6.0'

// Third-party
//https://github.com/square/moshi
Expand Down

0 comments on commit 03e3f14

Please sign in to comment.