diff --git a/app/build.gradle b/app/build.gradle index fd230876..6a4e7907 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -64,8 +64,8 @@ android { vectorDrawables.useSupportLibrary = true applicationId "com.kabouzeid.gramophone" - versionCode 104 - versionName "0.10.0 PREVIEW 1" + versionCode 105 + versionName "0.10.0 PREVIEW 2" } buildTypes { release { diff --git a/app/src/main/assets/phonograph-changelog.html b/app/src/main/assets/phonograph-changelog.html index c0a7dd11..38909587 100644 --- a/app/src/main/assets/phonograph-changelog.html +++ b/app/src/main/assets/phonograph-changelog.html @@ -25,6 +25,14 @@

You can view the changelog dialog again at any time from the about section.

+

Version 0.10.0 PREVIEW 2

+ +
    +
  1. NEW: The overall loading times and responsiveness should be much better now.
  2. +
  3. IMPROVEMENT: Synced translations.
  4. +
  5. FIX: Various bug fixes.
  6. +
+

Version 0.10.0 PREVIEW 1