Sync changelog with 0.100 release

Also, bump versionCode to 0.101-alpha0 to allow upgrading from 0.100 to
master.
This commit is contained in:
Daniel Martí 2016-06-07 21:44:22 +01:00
parent 692c5e6917
commit 52e4548755
2 changed files with 6 additions and 2 deletions

View File

@ -1,4 +1,8 @@
### 0.100 (2016-05-??)
### Upcoming release
* Support for Android 2.2 is dropped, 2.3.3 or later is now required
### 0.100 (2016-06-07)
* Ability to download apps in the background

View File

@ -160,7 +160,7 @@ android {
}
defaultConfig {
versionCode 100007
versionCode 101000
versionName getVersionName()
testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"
}