mirror of
https://github.com/SimpleMobileTools/Simple-Gallery.git
synced 2025-06-05 21:59:19 +02:00
update version to 2.9.0
This commit is contained in:
@ -10,8 +10,8 @@ android {
|
|||||||
applicationId "com.simplemobiletools.gallery"
|
applicationId "com.simplemobiletools.gallery"
|
||||||
minSdkVersion 16
|
minSdkVersion 16
|
||||||
targetSdkVersion 23
|
targetSdkVersion 23
|
||||||
versionCode 96
|
versionCode 97
|
||||||
versionName "2.8.6"
|
versionName "2.9.0"
|
||||||
}
|
}
|
||||||
|
|
||||||
signingConfigs {
|
signingConfigs {
|
||||||
|
@ -366,6 +366,7 @@ class MainActivity : SimpleActivity(), DirectoryAdapter.DirOperationsListener {
|
|||||||
add(Release(89, R.string.release_89))
|
add(Release(89, R.string.release_89))
|
||||||
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))
|
||||||
checkWhatsNew(this, BuildConfig.VERSION_CODE)
|
checkWhatsNew(this, BuildConfig.VERSION_CODE)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -2,6 +2,7 @@
|
|||||||
<resources>
|
<resources>
|
||||||
|
|
||||||
<!-- Release notes -->
|
<!-- 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_94">Added horizontal and vertical image flipping in the image editor</string>
|
||||||
<string name="release_93">
|
<string name="release_93">
|
||||||
Allow setting portrait wallpapers\n
|
Allow setting portrait wallpapers\n
|
||||||
|
Reference in New Issue
Block a user