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.8

This commit is contained in:
Audrius Butkevicius 2018-04-10 23:33:30 +01:00
parent 5fc02ea038
commit 285797f89b
2 changed files with 4 additions and 5 deletions

View file

@ -35,8 +35,8 @@ android {
applicationId "com.nutomic.syncthingandroid" applicationId "com.nutomic.syncthingandroid"
minSdkVersion 14 minSdkVersion 14
targetSdkVersion 26 targetSdkVersion 26
versionCode 4140 versionCode 4141
versionName "0.10.7" versionName "0.10.8"
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,3 +1,2 @@
- fixed duplicate file scans which broke sync functionality (@imsodin) * Fix high CPU usage (for some devices this manifested as a crash)
- imported translations * Fix Wifi run condition on Android 8.1
- updated Syncthing to v0.14.45 (with patch)