diff --git a/app/build.gradle b/app/build.gradle index a92b352cd..27e36e01f 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -10,8 +10,8 @@ android { applicationId "com.simplemobiletools.gallery" minSdkVersion 16 targetSdkVersion 23 - versionCode 93 - versionName "2.8.4" + versionCode 94 + versionName "2.8.5" } signingConfigs { diff --git a/app/src/main/kotlin/com/simplemobiletools/gallery/activities/MainActivity.kt b/app/src/main/kotlin/com/simplemobiletools/gallery/activities/MainActivity.kt index 96080dfb6..73fcde9a0 100644 --- a/app/src/main/kotlin/com/simplemobiletools/gallery/activities/MainActivity.kt +++ b/app/src/main/kotlin/com/simplemobiletools/gallery/activities/MainActivity.kt @@ -363,6 +363,7 @@ class MainActivity : SimpleActivity(), DirectoryAdapter.DirOperationsListener { add(Release(88, R.string.release_88)) add(Release(89, R.string.release_89)) add(Release(93, R.string.release_93)) + add(Release(94, R.string.release_94)) checkWhatsNew(this, BuildConfig.VERSION_CODE) } } diff --git a/app/src/main/res/values/donottranslate.xml b/app/src/main/res/values/donottranslate.xml index dc87e1fd1..e3976c948 100644 --- a/app/src/main/res/values/donottranslate.xml +++ b/app/src/main/res/values/donottranslate.xml @@ -2,6 +2,7 @@ + Added horizontal and vertical image flipping in the image editor Allow setting portrait wallpapers\n Added more fields in photo Properties dialog