Skip to content
This repository has been archived by the owner on May 8, 2019. It is now read-only.

Commit

Permalink
New version for Google Play
Browse files Browse the repository at this point in the history
  • Loading branch information
Javi Pacheco committed Nov 21, 2016
1 parent 7dd6df3 commit 94d0c96
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 2 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
## 2016/11/21 - Version Name: 2.0.5-alpha - Version Code: 62

* We have removed the collapse toolbar in Collections Screen
* Wallpaper is moved when the user swipe right/left in workspaces. You can be disabled this behavior in preferences
* Bug fixed related to the app opens Wizard recursively
* English texts reviewed
* New message in Car, Music and Out & About Moment for explaining the special conditions of this moments
* All events tracked in Google Analytics
* Added tests for jobs

## 2016/11/16 - Version Name: 2.0.4-alpha - Version Code: 61

* New Wizards Inline. 9Cards Team shows you how you can use the launcher
Expand Down
4 changes: 2 additions & 2 deletions project/Settings.scala
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,8 @@ object Settings extends SiteKeys {
case None => ""
}

lazy val androidVersionName = "2.0.4-alpha"
lazy val androidVersionCode = 61
lazy val androidVersionName = "2.0.5-alpha"
lazy val androidVersionCode = 62

// App Module
lazy val appSettings = basicSettings ++ multiDex ++ customS3Settings ++ crashlyticsSettings ++
Expand Down

0 comments on commit 94d0c96

Please sign in to comment.