Skip to content

Commit

Permalink
fix anilist
Browse files Browse the repository at this point in the history
release 2.0.2
  • Loading branch information
nonproto committed May 1, 2020
1 parent 1e90cac commit 6c1c606
Show file tree
Hide file tree
Showing 3 changed files with 14 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 @@ -36,8 +36,8 @@ android {
minSdkVersion(24)
targetSdkVersion(29)
applicationId = "tachiyomi.mangadex"
versionCode = 53
versionName = "2.0.0"
versionCode = 55
versionName = "2.0.2"
testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
multiDexEnabled = true
setProperty("archivesBaseName", "Neko")
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -199,7 +199,7 @@ class AnilistApi(val client: OkHttpClient, interceptor: AnilistInterceptor) {
}

companion object {
private const val clientId = "385"
private const val clientId = "1984"
private const val apiUrl = "https://graphql.anilist.co/"
private const val baseUrl = "https://anilist.co/api/v2/"
private const val baseMangaUrl = "https://anilist.co/manga/"
Expand Down
11 changes: 11 additions & 0 deletions app/src/main/res/raw/changelog_release.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
<?xml version="1.0" encoding="utf-8"?>
<changelog bulletedList="true">
<changelogversion
changeDate=""
versionName="v2.0.2">
<changelogtext>fix anilist login</changelogtext>
</changelogversion>
<changelogversion
changeDate=""
versionName="v2.0.1">
<changelogtext>bug fixes</changelogtext>
<changelogtext>Change notification icon</changelogtext>
</changelogversion>
<changelogversion
changeDate=""
versionName="v2.0.0">
Expand Down

0 comments on commit 6c1c606

Please sign in to comment.