1
0
Fork 0
mirror of https://github.com/syncthing/syncthing-android.git synced 2024-12-23 03:11:30 +00:00

Bumped version to 0.10.0-beta2

This commit is contained in:
Felix Ableitner 2017-10-25 00:00:20 +09:00
parent 09efecaead
commit bdb3593468
2 changed files with 3 additions and 9 deletions

View file

@ -34,8 +34,8 @@ android {
applicationId "com.nutomic.syncthingandroid"
minSdkVersion 14
targetSdkVersion 26
versionCode 4129
versionName "0.10.0-beta1"
versionCode 4130
versionName "0.10.0-beta2"
testApplicationId 'com.nutomic.syncthingandroid.test'
testInstrumentationRunner 'android.support.test.runner.AndroidJUnitRunner'
playAccountConfig = playAccountConfigs.defaultAccountConfig

View file

@ -1,7 +1 @@
- improvements for "Save file to Syncthing" (@jmintb)
- compile with Clang and target=android (@nutomic)
- improved behaviour for run conditions (@nutomic)
- always run as foreground service if "run in background" is enabled (@nutomic)
- bug fixes
- import translations
- update Syncthing to v0.14.40-rc.1
- fixed crash related to usage reporting update (@nutomic)