mirror of
https://github.com/SimpleMobileTools/Simple-Gallery.git
synced 2025-06-05 21:59:19 +02:00
update version to 2.8.5
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user