mirror of
https://github.com/FossifyOrg/Gallery.git
synced 2025-01-17 22:08:00 +01:00
update version to 2.9.0
This commit is contained in:
parent
7257fc7926
commit
27ddd1fb57
3 changed files with 4 additions and 2 deletions
|
@ -10,8 +10,8 @@ android {
|
|||
applicationId "com.simplemobiletools.gallery"
|
||||
minSdkVersion 16
|
||||
targetSdkVersion 23
|
||||
versionCode 96
|
||||
versionName "2.8.6"
|
||||
versionCode 97
|
||||
versionName "2.9.0"
|
||||
}
|
||||
|
||||
signingConfigs {
|
||||
|
|
|
@ -366,6 +366,7 @@ class MainActivity : SimpleActivity(), DirectoryAdapter.DirOperationsListener {
|
|||
add(Release(89, R.string.release_89))
|
||||
add(Release(93, R.string.release_93))
|
||||
add(Release(94, R.string.release_94))
|
||||
add(Release(97, R.string.release_97))
|
||||
checkWhatsNew(this, BuildConfig.VERSION_CODE)
|
||||
}
|
||||
}
|
||||
|
|
|
@ -2,6 +2,7 @@
|
|||
<resources>
|
||||
|
||||
<!-- Release notes -->
|
||||
<string name="release_97">Allow hiding individual files by prepending filenames with a dot</string>
|
||||
<string name="release_94">Added horizontal and vertical image flipping in the image editor</string>
|
||||
<string name="release_93">
|
||||
Allow setting portrait wallpapers\n
|
||||
|
|
Loading…
Reference in a new issue