mirror of
https://github.com/FossifyOrg/Gallery.git
synced 2024-11-26 06:28:00 +01:00
update version to 2.9.1
This commit is contained in:
parent
55f6f934ff
commit
8f528bd49c
3 changed files with 7 additions and 2 deletions
|
@ -10,8 +10,8 @@ android {
|
||||||
applicationId "com.simplemobiletools.gallery"
|
applicationId "com.simplemobiletools.gallery"
|
||||||
minSdkVersion 16
|
minSdkVersion 16
|
||||||
targetSdkVersion 23
|
targetSdkVersion 23
|
||||||
versionCode 97
|
versionCode 98
|
||||||
versionName "2.9.0"
|
versionName "2.9.1"
|
||||||
}
|
}
|
||||||
|
|
||||||
signingConfigs {
|
signingConfigs {
|
||||||
|
|
|
@ -381,6 +381,7 @@ class MainActivity : SimpleActivity(), DirectoryAdapter.DirOperationsListener {
|
||||||
add(Release(93, R.string.release_93))
|
add(Release(93, R.string.release_93))
|
||||||
add(Release(94, R.string.release_94))
|
add(Release(94, R.string.release_94))
|
||||||
add(Release(97, R.string.release_97))
|
add(Release(97, R.string.release_97))
|
||||||
|
add(Release(98, R.string.release_98))
|
||||||
checkWhatsNew(this, BuildConfig.VERSION_CODE)
|
checkWhatsNew(this, BuildConfig.VERSION_CODE)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
@ -2,6 +2,10 @@
|
||||||
<resources>
|
<resources>
|
||||||
|
|
||||||
<!-- Release notes -->
|
<!-- Release notes -->
|
||||||
|
<string name="release_98">
|
||||||
|
Allow selecting multiple items by finger dragging\n
|
||||||
|
Added an option to always use black background at fullscreen media
|
||||||
|
</string>
|
||||||
<string name="release_97">Allow hiding individual files by prepending filenames with a dot</string>
|
<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_94">Added horizontal and vertical image flipping in the image editor</string>
|
||||||
<string name="release_93">
|
<string name="release_93">
|
||||||
|
|
Loading…
Reference in a new issue