mirror of
https://github.com/SimpleMobileTools/Simple-Calendar.git
synced 2025-06-05 21:59:17 +02:00
update release notes and version to 2.4.0
This commit is contained in:
@@ -10,8 +10,8 @@ android {
|
||||
applicationId "com.simplemobiletools.calendar"
|
||||
minSdkVersion 16
|
||||
targetSdkVersion 25
|
||||
versionCode 72
|
||||
versionName "2.3.5"
|
||||
versionCode 73
|
||||
versionName "2.4.0"
|
||||
multiDexEnabled true
|
||||
}
|
||||
|
||||
|
@@ -528,6 +528,7 @@ class MainActivity : SimpleActivity(), NavigationListener {
|
||||
add(Release(67, R.string.release_67))
|
||||
add(Release(69, R.string.release_69))
|
||||
add(Release(71, R.string.release_71))
|
||||
add(Release(73, R.string.release_73))
|
||||
checkWhatsNew(this, BuildConfig.VERSION_CODE)
|
||||
}
|
||||
}
|
||||
|
@@ -1,6 +1,7 @@
|
||||
<resources>
|
||||
|
||||
<!-- Release notes -->
|
||||
<string name="release_73">Add more advanced monthly repetition options, like \"Last day of the month\" or \"Every second Tuesday\"</string>
|
||||
<string name="release_71">Add a new event repetition type \"Repeat x times\"</string>
|
||||
<string name="release_69">
|
||||
Added more advanced weekly repetition by week days\n
|
||||
|
Reference in New Issue
Block a user