Skip to content

Commit

Permalink
fix: kitsu api change (#1201)
Browse files Browse the repository at this point in the history
* fix: update Kitsu api to latest url

* chore: update Nekome version

* chore: add changelog files
  • Loading branch information
Chesire authored Aug 15, 2024
1 parent af5e63b commit 191def4
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@ android {
applicationId = "com.chesire.nekome"
minSdk = 21
targetSdk = libs.versions.sdk.get().toInt()
versionCode = 24012317 // Date of build formatted as 'yyMMddHH'
versionName = "2.2.2"
versionCode = 24081508 // Date of build formatted as 'yyMMddHH'
versionName = "2.2.3"
testInstrumentationRunner = "com.chesire.nekome.TestRunner"
resourceConfigurations += listOf("en", "ja")
}
Expand Down
Empty file.
Empty file.
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@ package com.chesire.nekome.kitsu
/**
* Base URL for all Kitsu requests.
*/
const val KITSU_URL = "https://kitsu.io/"
const val KITSU_URL = "https://kitsu.app/"

0 comments on commit 191def4

Please sign in to comment.