diff --git a/app/build.gradle b/app/build.gradle index 005d10225..9e3c73491 100755 --- a/app/build.gradle +++ b/app/build.gradle @@ -40,8 +40,8 @@ android { minSdkVersion 16 targetSdkVersion 27 testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner" - versionCode 7202 - versionName "v7.2.2-EH" + versionCode 7203 + versionName "v7.2.3-EH" 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 40ee38049..a2b1d952c 100755 --- a/app/src/main/res/raw/changelog_release.xml +++ b/app/src/main/res/raw/changelog_release.xml @@ -1,5 +1,12 @@ + + Fix app crashing on some older devices (again) + Fix app crashing sometimes when long-pressing the back/menu button in the top left + + + Fix app crashing on some older devices + Fix Tsumino search page offset Added hitomi.la source (searching is still very slow/buggy)