mirror of
https://github.com/f-droid/fdroidclient.git
synced 2026-05-19 14:10:38 -04:00
Bump to 0.101
Also fix a typo in the changelog (its vs it's). Mentioning specific languages is also not a great idea, as some of them barely have any strings.
This commit is contained in:
@@ -1,14 +1,14 @@
|
||||
### Upcoming release
|
||||
### 0.101 (2016-09-28)
|
||||
|
||||
* Support for Android 2.2 is dropped, 2.3.3 or later is now required
|
||||
|
||||
* Fixed APK Cache bugs, requiring the cache time be reset to 1 day
|
||||
|
||||
* Uses Privileged Extension by default, when its installed
|
||||
* Use Privileged Extension by default if installed
|
||||
|
||||
* Optionally grey out apps that require Anti-Features
|
||||
|
||||
* New languages: Croatian, Icelandic, Myanmar
|
||||
* Translation updates
|
||||
|
||||
### 0.100.1 (2016-06-21)
|
||||
|
||||
|
||||
@@ -170,7 +170,7 @@ android {
|
||||
}
|
||||
|
||||
defaultConfig {
|
||||
versionCode 101006
|
||||
versionCode 101050
|
||||
versionName getVersionName()
|
||||
testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user