1
0
Fork 0
mirror of https://github.com/syncthing/syncthing-android.git synced 2024-11-22 12:21:15 +00:00

Bumped version to 0.10.15-beta1

This commit is contained in:
Audrius Butkevicius 2018-10-03 19:46:51 +01:00
parent 81ba1fd9f6
commit 09b24d8505
2 changed files with 4 additions and 8 deletions

View file

@ -35,8 +35,8 @@ android {
applicationId "com.nutomic.syncthingandroid"
minSdkVersion 16
targetSdkVersion 26
versionCode 4148
versionName "0.10.14"
versionCode 4149
versionName "0.10.15-beta1"
testApplicationId 'com.nutomic.syncthingandroid.test'
testInstrumentationRunner 'android.support.test.runner.AndroidJUnitRunner'
playAccountConfig = playAccountConfigs.defaultAccountConfig

View file

@ -1,6 +1,2 @@
* Add Welcome wizard
* Improve run conditions and their UI
* 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
* Updated syncthing to 0.14.51
* Cherry-picked fixes from Catfriend1 fork