Bumped version to 0.10.11

This commit is contained in:
Audrius Butkevicius 2018-06-10 00:12:45 +01:00
parent 8284c015c7
commit e9da786efa
2 changed files with 4 additions and 9 deletions

View File

@ -35,8 +35,8 @@ android {
applicationId "com.nutomic.syncthingandroid"
minSdkVersion 16
targetSdkVersion 26
versionCode 4143
versionName "0.10.10"
versionCode 4144
versionName "0.10.11"
testApplicationId 'com.nutomic.syncthingandroid.test'
testInstrumentationRunner 'android.support.test.runner.AndroidJUnitRunner'
playAccountConfig = playAccountConfigs.defaultAccountConfig

View File

@ -1,7 +1,2 @@
* Update syncthing to v0.14.47
* Minimum Android version is now 4.1
* Using syncthing's built-in file watcher
* Pause buttons for folders and devices
* Support more file managers
Other fixes/features, check github.
* Update syncthing to 0.14.48
* Various fixes