mirror of
https://github.com/syncthing/syncthing-android.git
synced 2024-11-26 14:21:16 +00:00
Bumped version to 0.10.0-beta4
This commit is contained in:
parent
8177fa4e2c
commit
bb2dc295c7
2 changed files with 6 additions and 3 deletions
|
@ -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
|
||||||
|
|
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue