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"
|
||||
minSdkVersion 16
|
||||
targetSdkVersion 26
|
||||
versionCode 4146
|
||||
versionName "0.10.13"
|
||||
versionCode 4147
|
||||
versionName "0.10.14-beta1"
|
||||
testApplicationId 'com.nutomic.syncthingandroid.test'
|
||||
testInstrumentationRunner 'android.support.test.runner.AndroidJUnitRunner'
|
||||
playAccountConfig = playAccountConfigs.defaultAccountConfig
|
||||
|
|
|
@ -1,3 +1,6 @@
|
|||
Hotfix release fixing:
|
||||
* Crash when adding folders
|
||||
* Selecting folder type is disabled
|
||||
* Add Welcome wizard
|
||||
* Improve run conditions and their UI
|
||||
* 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