Skip to content

Commit

Permalink
bump to v3.3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
smichel17 committed Oct 6, 2017
1 parent 488bcf8 commit 2de2b20
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 7 deletions.
4 changes: 2 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -46,8 +46,8 @@ android {
applicationId "com.jmstudios.redmoon"
minSdkVersion 17
targetSdkVersion 25
versionCode 35
versionName "3.3.1"
versionCode 36
versionName "3.3.2"
}
buildTypes {
release {
Expand Down
8 changes: 3 additions & 5 deletions app/src/main/java/com/jmstudios/redmoon/RedMoonApplication.kt
Original file line number Diff line number Diff line change
Expand Up @@ -38,17 +38,15 @@ class RedMoonApplication: Application() {
} in 0..25 -> {
upgradeToggleModePreferences()
upgradeFrom(26)
} in 26..27 -> {
upgradeFrom(28)
} in 28..29 -> {
} in 26..29 -> {
upgradeProfilesFrom(version)
upgradeFrom(30)
} in 30..33 -> {
ScheduleReceiver.rescheduleOnCommand()
ScheduleReceiver.rescheduleOffCommand()
upgradeFrom(34)
} 34 -> {
upgradeFrom(35)
} in 34..35 -> {
upgradeFrom(36)
} else -> {
Log.e("Didn't catch upgrades from version $version")
upgradeFrom(version+1)
Expand Down
4 changes: 4 additions & 0 deletions app/src/main/res/xml/changelog_master.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
<?xml version="1.0" encoding="utf-8"?>
<changelog>
<release version="3.3.2" versioncode="36" >
<change>New translation: Czech (@petrkle)</change>
<change>Fix build (@petrkle)</change>
</release>
<release version="3.3.1" versioncode="35" >
<change>Update translations: Serbian, Japanese, Polish, Turkish, Romanian, Ukrainian, Korean</change>
</release>
Expand Down

0 comments on commit 2de2b20

Please sign in to comment.