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-beta1

This commit is contained in:
Felix Ableitner 2017-10-24 21:32:45 +09:00
parent 51f6809b2b
commit abbc123995
2 changed files with 8 additions and 3 deletions

View file

@ -34,7 +34,7 @@ android {
applicationId "com.nutomic.syncthingandroid"
minSdkVersion 14
targetSdkVersion 26
versionCode 4127
versionCode 4128
versionName "0.9.16"
testApplicationId 'com.nutomic.syncthingandroid.test'
testInstrumentationRunner 'android.support.test.runner.AndroidJUnitRunner'

View file

@ -1,2 +1,7 @@
- fix startup crash on Android 8 (@nutomic)
- imported translations
- 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