Skip to content

Commit

Permalink
Bump to 1.9.6.2
Browse files Browse the repository at this point in the history
Signed-off-by: enricocid <[email protected]>
  • Loading branch information
enricocid committed Apr 23, 2022
1 parent 56bdd2b commit 1cb0aab
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 5 deletions.
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.6.1&color=ffe082)](https://github.com/enricocid/VectorifyDaHome/releases)
[![TAG](https://img.shields.io/static/v1?label=Tag&message=v1.9.6.2&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/57.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
- Minor fix
- Open category chooser clicking on vector image
- Update translations (Turkish, Norwegian Bokmål, Spanish)
3 changes: 3 additions & 0 deletions fastlane/metadata/android/it/changelogs/57.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
- Fix minore
- Apri il selettore categoria cliccando direttamente sull'immagine vettoriale
- Aggiornate traduzioni (Turco, Norvegiese Bokmål, Spagnolo)
8 changes: 4 additions & 4 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 56
versionName "1.9.6.1"
versionCode 57
versionName "1.9.6.2"

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.5.2'
implementation 'org.jetbrains.kotlinx:kotlinx-coroutines-android:1.5.2'
implementation 'org.jetbrains.kotlinx:kotlinx-coroutines-core:1.6.0'
implementation 'org.jetbrains.kotlinx:kotlinx-coroutines-android:1.6.0'

// Support
//https://developer.android.com/jetpack/androidx/versions
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -181,6 +181,7 @@ class MainActivity : AppCompatActivity(), SharedPreferences.OnSharedPreferenceCh
//set all click listeners
mMainActivityBinding.run {

vectorFrame.safeClickListener { startCategoryChooser() }
categoriesChip.setOnClickListener { startCategoryChooser() }
backgroundColorPicker.safeClickListener {
startColorPicker(
Expand Down

0 comments on commit 1cb0aab

Please sign in to comment.