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:
parent
51f6809b2b
commit
abbc123995
2 changed files with 8 additions and 3 deletions
|
@ -34,7 +34,7 @@ android {
|
||||||
applicationId "com.nutomic.syncthingandroid"
|
applicationId "com.nutomic.syncthingandroid"
|
||||||
minSdkVersion 14
|
minSdkVersion 14
|
||||||
targetSdkVersion 26
|
targetSdkVersion 26
|
||||||
versionCode 4127
|
versionCode 4128
|
||||||
versionName "0.9.16"
|
versionName "0.9.16"
|
||||||
testApplicationId 'com.nutomic.syncthingandroid.test'
|
testApplicationId 'com.nutomic.syncthingandroid.test'
|
||||||
testInstrumentationRunner 'android.support.test.runner.AndroidJUnitRunner'
|
testInstrumentationRunner 'android.support.test.runner.AndroidJUnitRunner'
|
||||||
|
|
|
@ -1,2 +1,7 @@
|
||||||
- fix startup crash on Android 8 (@nutomic)
|
- improvements for "Save file to Syncthing" (@jmintb)
|
||||||
- imported translations
|
- 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
|
||||||
|
|
Loading…
Reference in a new issue