1
0
Fork 0
mirror of https://github.com/syncthing/syncthing-android.git synced 2024-12-23 11:21:29 +00:00

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" applicationId "com.nutomic.syncthingandroid"
minSdkVersion 16 minSdkVersion 16
targetSdkVersion 26 targetSdkVersion 26
versionCode 4143 versionCode 4144
versionName "0.10.10" versionName "0.10.11"
testApplicationId 'com.nutomic.syncthingandroid.test' testApplicationId 'com.nutomic.syncthingandroid.test'
testInstrumentationRunner 'android.support.test.runner.AndroidJUnitRunner' testInstrumentationRunner 'android.support.test.runner.AndroidJUnitRunner'
playAccountConfig = playAccountConfigs.defaultAccountConfig playAccountConfig = playAccountConfigs.defaultAccountConfig

View file

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