Skip to content

Commit

Permalink
updating release notes and version to 2.4.3
Browse files Browse the repository at this point in the history
  • Loading branch information
tibbi committed May 18, 2017
1 parent c78da7f commit b8d88f1
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ android {
applicationId "com.simplemobiletools.calendar"
minSdkVersion 16
targetSdkVersion 25
versionCode 75
versionName "2.4.2"
versionCode 76
versionName "2.4.3"
multiDexEnabled true
}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -610,6 +610,7 @@ class MainActivity : SimpleActivity(), NavigationListener {
add(Release(69, R.string.release_69))
add(Release(71, R.string.release_71))
add(Release(73, R.string.release_73))
add(Release(76, R.string.release_76))
checkWhatsNew(this, BuildConfig.VERSION_CODE)
}
}
Expand Down
5 changes: 5 additions & 0 deletions app/src/main/res/values/donottranslate.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
<resources>

<!-- Release notes -->
<string name="release_76">
Added an easy way to import Holidays in some countries\n
Allow filtering events to export by event type\n
Added Snooze
</string>
<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">
Expand Down

0 comments on commit b8d88f1

Please sign in to comment.