adding the Nickname field in the release notes
This commit is contained in:
parent
441a2ac3b1
commit
3b26a1ec92
|
@ -45,7 +45,7 @@ ext {
|
|||
}
|
||||
|
||||
dependencies {
|
||||
implementation 'com.simplemobiletools:commons:4.6.6'
|
||||
implementation 'com.simplemobiletools:commons:4.6.7'
|
||||
implementation 'joda-time:joda-time:2.9.9'
|
||||
implementation 'com.facebook.stetho:stetho:1.5.0'
|
||||
implementation 'com.android.support.constraint:constraint-layout:1.1.2'
|
||||
|
|
|
@ -538,6 +538,7 @@ class MainActivity : SimpleActivity(), RefreshContactsListener {
|
|||
add(Release(11, R.string.release_11))
|
||||
add(Release(16, R.string.release_16))
|
||||
add(Release(27, R.string.release_27))
|
||||
add(Release(29, R.string.release_29))
|
||||
checkWhatsNew(this, BuildConfig.VERSION_CODE)
|
||||
}
|
||||
}
|
||||
|
|
|
@ -2,6 +2,7 @@
|
|||
<resources>
|
||||
|
||||
<!-- Release notes -->
|
||||
<string name="release_29">Added an optional Nickname field</string>
|
||||
<string name="release_27">
|
||||
Allow customizing which tabs are visible\n
|
||||
Added an optional call confirmation dialog
|
||||
|
|
Loading…
Reference in New Issue