mirror of
https://github.com/syncthing/syncthing-android.git
synced 2024-12-23 03:11:30 +00:00
Bumped version to 0.10.14-beta1
This commit is contained in:
parent
cd2df3b117
commit
7279ac7630
2 changed files with 8 additions and 5 deletions
|
@ -35,8 +35,8 @@ android {
|
||||||
applicationId "com.nutomic.syncthingandroid"
|
applicationId "com.nutomic.syncthingandroid"
|
||||||
minSdkVersion 16
|
minSdkVersion 16
|
||||||
targetSdkVersion 26
|
targetSdkVersion 26
|
||||||
versionCode 4146
|
versionCode 4147
|
||||||
versionName "0.10.13"
|
versionName "0.10.14-beta1"
|
||||||
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,3 +1,6 @@
|
||||||
Hotfix release fixing:
|
* Add Welcome wizard
|
||||||
* Crash when adding folders
|
* Improve run conditions and their UI
|
||||||
* Selecting folder type is disabled
|
* Update syncthing to v0.14.50-rc.1
|
||||||
|
* Add support for receive only folder type
|
||||||
|
* Increase max_user_watches kernel setting on startup on rooted devices
|
||||||
|
* Fixed a race condition that could lead to crashes
|
||||||
|
|
Loading…
Reference in a new issue