mirror of
https://github.com/syncthing/syncthing-android.git
synced 2025-01-10 03:55:53 +00:00
Bumped version to 0.10.13
This commit is contained in:
parent
f5bec66232
commit
815f945bb4
2 changed files with 5 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 4145
|
versionCode 4146
|
||||||
versionName "0.10.12"
|
versionName "0.10.13"
|
||||||
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,3 @@
|
||||||
* Update syncthing to v0.14.49
|
Hotfix release fixing:
|
||||||
* Various bug and crash fixes
|
* Crash when adding folders
|
||||||
* Expose folder errors in Android UI
|
* Selecting folder type is disabled
|
||||||
* Add Override changes button for send-only folders
|
|
||||||
* Add pull order to folder creation dialog
|
|
||||||
* Add option to undo ignoring device connection/folder share requests
|
|
||||||
|
|
Loading…
Reference in a new issue