update version to 2.3.2
This commit is contained in:
parent
9f98607edd
commit
0a987e5ff1
|
@ -10,8 +10,8 @@ android {
|
||||||
applicationId "com.simplemobiletools.calendar"
|
applicationId "com.simplemobiletools.calendar"
|
||||||
minSdkVersion 16
|
minSdkVersion 16
|
||||||
targetSdkVersion 25
|
targetSdkVersion 25
|
||||||
versionCode 68
|
versionCode 69
|
||||||
versionName "2.3.1"
|
versionName "2.3.2"
|
||||||
multiDexEnabled true
|
multiDexEnabled true
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
@ -521,6 +521,7 @@ class MainActivity : SimpleActivity(), NavigationListener {
|
||||||
add(Release(60, R.string.release_60))
|
add(Release(60, R.string.release_60))
|
||||||
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))
|
||||||
checkWhatsNew(this, BuildConfig.VERSION_CODE)
|
checkWhatsNew(this, BuildConfig.VERSION_CODE)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
@ -1,6 +1,10 @@
|
||||||
<resources>
|
<resources>
|
||||||
|
|
||||||
<!-- Release notes -->
|
<!-- Release notes -->
|
||||||
|
<string name="release_69">
|
||||||
|
Added more advanced weekly repetition by week days\n
|
||||||
|
Added sharing individual events by creating temporary .ics files
|
||||||
|
</string>
|
||||||
<string name="release_67">
|
<string name="release_67">
|
||||||
Replaced raw database exporting with proper .ics file exporting\n
|
Replaced raw database exporting with proper .ics file exporting\n
|
||||||
Added color themes
|
Added color themes
|
||||||
|
|
Loading…
Reference in New Issue