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

Commit fb487e2

Browse files
author
Javi Pacheco
authored
Merge pull request #1146 from 47deg/javi-new-version
New version for Google Play
2 parents 1077a78 + d407dd6 commit fb487e2

File tree

2 files changed

+10
-2
lines changed

2 files changed

+10
-2
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
## 2016/11/28 - Version Name: 2.0.6-alpha - Version Code: 63
2+
3+
* Removed clock in Moment bar
4+
* Added options to menu: wallpaper, settings and widgets
5+
* Upgrade libraries: SBT-Android plugin, Cats and Monix
6+
* Added tests for jobs
7+
* Some bugs fixed in UI
8+
19
## 2016/11/21 - Version Name: 2.0.5-alpha - Version Code: 62
210

311
* We have removed the collapse toolbar in Collections Screen

project/Settings.scala

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,8 +36,8 @@ object Settings extends SiteKeys {
3636
case None => ""
3737
}
3838

39-
lazy val androidVersionName = "2.0.5-alpha"
40-
lazy val androidVersionCode = 62
39+
lazy val androidVersionName = "2.0.6-alpha"
40+
lazy val androidVersionCode = 63
4141

4242
// App Module
4343
lazy val appSettings = basicSettings ++ multiDex ++ customS3Settings ++ crashlyticsSettings ++

0 commit comments

Comments
 (0)