update version to 2.3.4
This commit is contained in:
parent
4463a31f33
commit
9673fdc0bb
|
@ -10,8 +10,8 @@ android {
|
||||||
applicationId "com.simplemobiletools.calendar"
|
applicationId "com.simplemobiletools.calendar"
|
||||||
minSdkVersion 16
|
minSdkVersion 16
|
||||||
targetSdkVersion 25
|
targetSdkVersion 25
|
||||||
versionCode 70
|
versionCode 71
|
||||||
versionName "2.3.3"
|
versionName "2.3.4"
|
||||||
multiDexEnabled true
|
multiDexEnabled true
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
@ -526,6 +526,7 @@ class MainActivity : SimpleActivity(), NavigationListener {
|
||||||
add(Release(62, R.string.release_62))
|
add(Release(62, R.string.release_62))
|
||||||
add(Release(67, R.string.release_67))
|
add(Release(67, R.string.release_67))
|
||||||
add(Release(69, R.string.release_69))
|
add(Release(69, R.string.release_69))
|
||||||
|
add(Release(71, R.string.release_71))
|
||||||
checkWhatsNew(this, BuildConfig.VERSION_CODE)
|
checkWhatsNew(this, BuildConfig.VERSION_CODE)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
@ -1,6 +1,7 @@
|
||||||
<resources>
|
<resources>
|
||||||
|
|
||||||
<!-- Release notes -->
|
<!-- Release notes -->
|
||||||
|
<string name="release_71">Add a new event repetition type \"Repeat x times\"</string>
|
||||||
<string name="release_69">
|
<string name="release_69">
|
||||||
Added more advanced weekly repetition by week days\n
|
Added more advanced weekly repetition by week days\n
|
||||||
Added sharing individual events by creating temporary .ics files
|
Added sharing individual events by creating temporary .ics files
|
||||||
|
|
Loading…
Reference in New Issue