updating release notes

This commit is contained in:
tibbi 2017-03-26 18:45:26 +02:00
parent 273f583f0a
commit 99d7e11cfe
3 changed files with 3 additions and 1 deletions

View File

@ -10,7 +10,7 @@ android {
applicationId "com.simplemobiletools.camera"
minSdkVersion 16
targetSdkVersion 23
versionCode 34
versionCode 35
versionName "2.0.1"
}

View File

@ -577,6 +577,7 @@ class MainActivity : SimpleActivity(), SensorEventListener, PreviewListener, Pho
private fun checkWhatsNewDialog() {
arrayListOf<Release>().apply {
add(Release(33, R.string.release_33))
add(Release(35, R.string.release_35))
checkWhatsNew(this, BuildConfig.VERSION_CODE)
}
}

View File

@ -2,6 +2,7 @@
<resources>
<!-- Release notes -->
<string name="release_35">Added an automatic flash mode</string>
<string name="release_33">
Added more color customization options\n
Your settings have been cleared, please reset them\n