Skip to content

Commit

Permalink
update version to 2.3.4
Browse files Browse the repository at this point in the history
  • Loading branch information
tibbi committed Apr 23, 2017
1 parent 4463a31 commit 9673fdc
Show file tree
Hide file tree
Showing 3 changed files with 4 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 70
versionName "2.3.3"
versionCode 71
versionName "2.3.4"
multiDexEnabled true
}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -526,6 +526,7 @@ class MainActivity : SimpleActivity(), NavigationListener {
add(Release(62, R.string.release_62))
add(Release(67, R.string.release_67))
add(Release(69, R.string.release_69))
add(Release(71, R.string.release_71))
checkWhatsNew(this, BuildConfig.VERSION_CODE)
}
}
Expand Down
1 change: 1 addition & 0 deletions app/src/main/res/values/donottranslate.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
<resources>

<!-- Release notes -->
<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
Added sharing individual events by creating temporary .ics files
Expand Down

0 comments on commit 9673fdc

Please sign in to comment.