mirror of
https://github.com/syncthing/syncthing-android.git
synced 2024-11-22 20:31:16 +00:00
Bumped version to 0.10.15-beta1
This commit is contained in:
parent
81ba1fd9f6
commit
09b24d8505
2 changed files with 4 additions and 8 deletions
|
@ -35,8 +35,8 @@ android {
|
||||||
applicationId "com.nutomic.syncthingandroid"
|
applicationId "com.nutomic.syncthingandroid"
|
||||||
minSdkVersion 16
|
minSdkVersion 16
|
||||||
targetSdkVersion 26
|
targetSdkVersion 26
|
||||||
versionCode 4148
|
versionCode 4149
|
||||||
versionName "0.10.14"
|
versionName "0.10.15-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,6 +1,2 @@
|
||||||
* Add Welcome wizard
|
* Updated syncthing to 0.14.51
|
||||||
* Improve run conditions and their UI
|
* Cherry-picked fixes from Catfriend1 fork
|
||||||
* Update syncthing to v0.14.50
|
|
||||||
* 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