diff --git a/app/build.gradle b/app/build.gradle index fc1f9ac12858..a728d3546dba 100755 --- a/app/build.gradle +++ b/app/build.gradle @@ -43,8 +43,8 @@ android { minSdkVersion 21 targetSdkVersion 29 testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner" - versionCode 8700 - versionName "v8.7.0-AZ" + versionCode 8710 + versionName "v8.7.1-AZ" buildConfigField "String", "COMMIT_COUNT", "\"${getCommitCount()}\"" buildConfigField "String", "COMMIT_SHA", "\"${getGitSha()}\"" diff --git a/app/src/main/res/raw/changelog_release.xml b/app/src/main/res/raw/changelog_release.xml index 12fe3471a4f1..3b3c66c123a0 100755 --- a/app/src/main/res/raw/changelog_release.xml +++ b/app/src/main/res/raw/changelog_release.xml @@ -1,5 +1,11 @@ + + Update webview (Fixes some cloudflare issues) + Fix the library search issue with tags containing "-" (searching "x-ray" no longer searches for "x -ray") + Fix tracking not working when reading chapters + ᗜˬᗜ + Add support for 1.3 extlib (this means extensions will work again)