adding optional zoom in release notes

This commit is contained in:
tibbi 2018-09-01 23:12:11 +02:00
parent ac59b28dc8
commit d03a287a62
3 changed files with 3 additions and 1 deletions

View File

@ -41,7 +41,7 @@ android {
}
dependencies {
implementation 'com.simplemobiletools:commons:4.7.0'
implementation 'com.simplemobiletools:commons:4.7.1'
}
Properties props = new Properties()

View File

@ -457,6 +457,7 @@ class MainActivity : SimpleActivity(), CanvasListener {
arrayListOf<Release>().apply {
add(Release(18, R.string.release_18))
add(Release(20, R.string.release_20))
add(Release(38, R.string.release_38))
checkWhatsNew(this, BuildConfig.VERSION_CODE)
}
}

View File

@ -2,6 +2,7 @@
<resources>
<!-- Release notes -->
<string name="release_38">Added optional zooming, has to be enabled in the app settings</string>
<string name="release_20">Added an Eraser</string>
<string name="release_18">
Added app color theme customization\n