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 28, 2016
1 parent 1077a78 commit d407dd6
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
## 2016/11/28 - Version Name: 2.0.6-alpha - Version Code: 63

* Removed clock in Moment bar
* Added options to menu: wallpaper, settings and widgets
* Upgrade libraries: SBT-Android plugin, Cats and Monix
* Added tests for jobs
* Some bugs fixed in UI

## 2016/11/21 - Version Name: 2.0.5-alpha - Version Code: 62

* We have removed the collapse toolbar in Collections Screen
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.5-alpha"
lazy val androidVersionCode = 62
lazy val androidVersionName = "2.0.6-alpha"
lazy val androidVersionCode = 63

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

0 comments on commit d407dd6

Please sign in to comment.