mirror of
https://github.com/SimpleMobileTools/Simple-Camera.git
synced 2025-02-14 10:20:47 +01:00
updating release notes
This commit is contained in:
parent
273f583f0a
commit
99d7e11cfe
@ -10,7 +10,7 @@ android {
|
|||||||
applicationId "com.simplemobiletools.camera"
|
applicationId "com.simplemobiletools.camera"
|
||||||
minSdkVersion 16
|
minSdkVersion 16
|
||||||
targetSdkVersion 23
|
targetSdkVersion 23
|
||||||
versionCode 34
|
versionCode 35
|
||||||
versionName "2.0.1"
|
versionName "2.0.1"
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -577,6 +577,7 @@ class MainActivity : SimpleActivity(), SensorEventListener, PreviewListener, Pho
|
|||||||
private fun checkWhatsNewDialog() {
|
private fun checkWhatsNewDialog() {
|
||||||
arrayListOf<Release>().apply {
|
arrayListOf<Release>().apply {
|
||||||
add(Release(33, R.string.release_33))
|
add(Release(33, R.string.release_33))
|
||||||
|
add(Release(35, R.string.release_35))
|
||||||
checkWhatsNew(this, BuildConfig.VERSION_CODE)
|
checkWhatsNew(this, BuildConfig.VERSION_CODE)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -2,6 +2,7 @@
|
|||||||
<resources>
|
<resources>
|
||||||
|
|
||||||
<!-- Release notes -->
|
<!-- Release notes -->
|
||||||
|
<string name="release_35">Added an automatic flash mode</string>
|
||||||
<string name="release_33">
|
<string name="release_33">
|
||||||
Added more color customization options\n
|
Added more color customization options\n
|
||||||
Your settings have been cleared, please reset them\n
|
Your settings have been cleared, please reset them\n
|
||||||
|
Loading…
x
Reference in New Issue
Block a user