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