Skip to content

Commit

Permalink
Version v0.7.6.1
Browse files Browse the repository at this point in the history
  • Loading branch information
renyuneyun committed May 25, 2019
1 parent 78dfe49 commit 3daa433
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 2 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
CHANGELOG
======

* v0.7.6.1: Add crash logs && i18n
* Easer now records crash logs too (when external logging enabled)
* Under /sdcard/logger/error
* i18n update: Italian, Norwegian Bokmål, Danish, Japanese

* v0.7.6: New Conditions && Bug fixes && Rename Plugin to Skill && i18n
* Add Ringer mode condition
* Add Calendar condition
Expand Down
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 {
minSdkVersion 16
//noinspection ExpiredTargetSdkVersion
targetSdkVersion 23
versionCode 106
versionName "0.7.6"
versionCode 107
versionName "0.7.6.1"

vectorDrawables.useSupportLibrary = true

Expand Down
6 changes: 6 additions & 0 deletions fastlane/metadata/android/en-US/changelogs/107.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
Add crash logs && i18n

* Easer now records crash logs too (when external logging enabled)
* Under /sdcard/logger/error
* i18n update: Italian, Norwegian Bokmål, Danish, Japanese

0 comments on commit 3daa433

Please sign in to comment.