updating release notes and version to 2.5.0
This commit is contained in:
parent
125c027fb8
commit
a1ca5154d7
|
@ -10,8 +10,8 @@ android {
|
|||
applicationId "com.simplemobiletools.calendar"
|
||||
minSdkVersion 16
|
||||
targetSdkVersion 25
|
||||
versionCode 76
|
||||
versionName "2.4.3"
|
||||
versionCode 77
|
||||
versionName "2.5.0"
|
||||
multiDexEnabled true
|
||||
}
|
||||
|
||||
|
|
|
@ -614,6 +614,7 @@ class MainActivity : SimpleActivity(), NavigationListener {
|
|||
add(Release(71, R.string.release_71))
|
||||
add(Release(73, R.string.release_73))
|
||||
add(Release(76, R.string.release_76))
|
||||
add(Release(77, R.string.release_77))
|
||||
checkWhatsNew(this, BuildConfig.VERSION_CODE)
|
||||
}
|
||||
}
|
||||
|
|
|
@ -1,6 +1,7 @@
|
|||
<resources>
|
||||
|
||||
<!-- Release notes -->
|
||||
<string name="release_77">Allow displaying some events from the past in the Simple Event List view</string>
|
||||
<string name="release_76">
|
||||
Added an easy way to import Holidays in some countries\n
|
||||
Allow filtering events to export by event type\n
|
||||
|
|
Loading…
Reference in New Issue