Bumped version to 0.10.6

This commit is contained in:
Felix Ableitner 2018-03-14 16:31:45 +09:00
parent 9b56c96be0
commit e9d7355656
2 changed files with 4 additions and 5 deletions

View File

@ -35,8 +35,8 @@ android {
applicationId "com.nutomic.syncthingandroid"
minSdkVersion 14
targetSdkVersion 26
versionCode 4138
versionName "0.10.5"
versionCode 4139
versionName "0.10.6"
testApplicationId 'com.nutomic.syncthingandroid.test'
testInstrumentationRunner 'android.support.test.runner.AndroidJUnitRunner'
playAccountConfig = playAccountConfigs.defaultAccountConfig

View File

@ -1,4 +1,3 @@
- fixed endless loading if root is enabled (@Catfriend1)
- updated Syncthing to v0.14.45
- fixed duplicate file scans which broke sync functionality (@imsodin)
- imported translations
- updated Syncthing to v0.14.45 (with patch)