Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/master'
Browse files Browse the repository at this point in the history
  • Loading branch information
weblate committed Oct 2, 2017
2 parents 443707a + 91e95c7 commit 80ffa57
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 3 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 34
versionName "3.3.0"
versionCode 35
versionName "3.3.1"
}
buildTypes {
release {
Expand Down
3 changes: 3 additions & 0 deletions app/src/main/java/com/jmstudios/redmoon/RedMoonApplication.kt
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,9 @@ class RedMoonApplication: Application() {
ScheduleReceiver.rescheduleOnCommand()
ScheduleReceiver.rescheduleOffCommand()
upgradeFrom(34)
} 34 -> {
upgradeFrom(35)
}
} else -> {
Log.e("Didn't catch upgrades from version $version")
upgradeFrom(version+1)
Expand Down
5 changes: 4 additions & 1 deletion app/src/main/res/xml/changelog_master.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
<?xml version="1.0" encoding="utf-8"?>
<changelog>
<release version="3.2.0" versioncode="33" >
<release version="3.3.1" versioncode="35" >
<change>Update translations: Serbian, Japanese, Polish, Turkish, Romanian, Ukrainian, Korean</change>
</release>
<release version="3.3.0" versioncode="34" >
<change>Pause in *excluded* apps: you can now control this feature via the notification</change>
<change>Added Romanian translation (Ervin Bolat).</change>
<change>Fixed a bug where backlight brightness was not restored</change>
Expand Down

0 comments on commit 80ffa57

Please sign in to comment.