update version to 2.8.5
This commit is contained in:
parent
4959a11ca9
commit
b629ea33fc
3 changed files with 4 additions and 2 deletions
|
@ -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 {
|
||||
|
|
|
@ -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)
|
||||
}
|
||||
}
|
||||
|
|
|
@ -2,6 +2,7 @@
|
|||
<resources>
|
||||
|
||||
<!-- Release notes -->
|
||||
<string name="release_94">Added horizontal and vertical image flipping in the image editor</string>
|
||||
<string name="release_93">
|
||||
Allow setting portrait wallpapers\n
|
||||
Added more fields in photo Properties dialog
|
||||
|
|
Loading…
Reference in a new issue