mirror of
https://github.com/SimpleMobileTools/Simple-Camera.git
synced 2025-02-12 01:10:42 +01:00
updating release notes
This commit is contained in:
parent
273f583f0a
commit
99d7e11cfe
@ -10,7 +10,7 @@ android {
|
||||
applicationId "com.simplemobiletools.camera"
|
||||
minSdkVersion 16
|
||||
targetSdkVersion 23
|
||||
versionCode 34
|
||||
versionCode 35
|
||||
versionName "2.0.1"
|
||||
}
|
||||
|
||||
|
@ -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)
|
||||
}
|
||||
}
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user