1
0
Fork 0
mirror of https://github.com/syncthing/syncthing-android.git synced 2024-11-22 20:31:16 +00:00

Bumped version to 0.10.12

This commit is contained in:
Audrius Butkevicius 2018-07-24 21:52:18 +01:00
parent ecb6200503
commit 7cfe0855bb
2 changed files with 8 additions and 4 deletions

View file

@ -35,8 +35,8 @@ android {
applicationId "com.nutomic.syncthingandroid" applicationId "com.nutomic.syncthingandroid"
minSdkVersion 16 minSdkVersion 16
targetSdkVersion 26 targetSdkVersion 26
versionCode 4144 versionCode 4145
versionName "0.10.11" versionName "0.10.12"
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

View file

@ -1,2 +1,6 @@
* Update syncthing to 0.14.48 * Update syncthing to v0.14.49
* Various fixes * Various bug and crash fixes
* Expose folder errors in Android UI
* 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