Skip to content

Commit

Permalink
Version 1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
proninyaroslav committed Jan 3, 2024
1 parent 4fa10f8 commit e81db9d
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 (2024-01-03)

Fix HTTP 403. ComicVine has blocked the default User Agent.

### Version 1.0 (2023-03-22)

First release.
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 = 2
versionName = "1.0"
versionCode = 3
versionName = "1.1"

testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
vectorDrawables {
Expand Down
1 change: 1 addition & 0 deletions fastlane/metadata/android/en-US/changelogs/3.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Fix HTTP 403. ComicVine has blocked the default User Agent.
1 change: 1 addition & 0 deletions fastlane/metadata/android/ru-RU/changelogs/3.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Исправлено HTTP 403. ComicVine заблокировал User Agent по умолчанию.

0 comments on commit e81db9d

Please sign in to comment.