diff --git a/app/build.gradle b/app/build.gradle index c61de6a9a..ac1538a50 100755 --- a/app/build.gradle +++ b/app/build.gradle @@ -43,7 +43,7 @@ android { targetSdkVersion 29 testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner" versionCode 1 - versionName "0.9.2.4" + versionName "0.9.2.5" 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 d51a83049..f4ef9f131 100755 --- a/app/src/main/res/raw/changelog_release.xml +++ b/app/src/main/res/raw/changelog_release.xml @@ -1,5 +1,8 @@ + + Fixed issue where some sources wouldn't work at all (like Toonily and Dynasty) + Fixed All Sources in Filter list Remove dev update checker(so it doesnt break when I release a regular build)