Skip to content

Commit

Permalink
Version 1.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
proninyaroslav committed Jan 6, 2024
1 parent 3de1582 commit 79419fd
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 2 deletions.
4 changes: 4 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
### Version 1.1.1 (2024-01-06)

Fix crash when add to favorites.

### Version 1.1 (2024-01-03)

Fix HTTP 403. ComicVine has blocked the default User Agent.
Expand Down
4 changes: 2 additions & 2 deletions app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@ android {
applicationId = "org.proninyaroslav.opencomicvine"
minSdk = 21
targetSdk = 34
versionCode = 3
versionName = "1.1"
versionCode = 4
versionName = "1.1.1"

testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
vectorDrawables {
Expand Down
1 change: 1 addition & 0 deletions fastlane/metadata/android/en-US/changelogs/4.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Fix crash when add to favorites.
1 change: 1 addition & 0 deletions fastlane/metadata/android/ru-RU/changelogs/4.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Исправлен сбой при добавлении в избранное.

0 comments on commit 79419fd

Please sign in to comment.