Bumped version to 0.10.0-beta4

This commit is contained in:
Felix Ableitner 2017-11-09 12:26:05 +09:00
parent 8177fa4e2c
commit bb2dc295c7
2 changed files with 6 additions and 3 deletions

View File

@ -34,8 +34,8 @@ android {
applicationId "com.nutomic.syncthingandroid" applicationId "com.nutomic.syncthingandroid"
minSdkVersion 14 minSdkVersion 14
targetSdkVersion 26 targetSdkVersion 26
versionCode 4131 versionCode 4132
versionName "0.10.0-beta3" versionName "0.10.0-beta4"
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 +1,4 @@
- fixed crash related to usage reporting update (@nutomic) - fix a misconfiguration that prevented Syncthing from starting on Android 5.0 and below (@nutomic)
- fixed problems with media scanner (@nutomic)
- updated Syncthing to v0.14.40
- imported translations