diff --git a/app/build.gradle b/app/build.gradle index d6385802fd..d1d429973e 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -38,8 +38,8 @@ android { minSdkVersion 16 targetSdkVersion 27 testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner" - versionCode 39 - versionName "0.8.1" + versionCode 40 + versionName "0.8.2" 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 cb741362f9..fc3ed7f3ab 100644 --- a/app/src/main/res/raw/changelog_release.xml +++ b/app/src/main/res/raw/changelog_release.xml @@ -1,5 +1,10 @@ + + Updated Cloudflare. + Fixed crashes with some translations. + + Fixed latest Cloudflare changes. Bundled SQLite for better performance and new features.