mirror of
https://github.com/syncthing/syncthing-android.git
synced 2025-01-09 19:53:33 +00:00
Bumped version to 0.10.1
This commit is contained in:
parent
e5e5b26d38
commit
8f3456e0dc
2 changed files with 5 additions and 6 deletions
|
@ -33,8 +33,8 @@ android {
|
||||||
applicationId "com.nutomic.syncthingandroid"
|
applicationId "com.nutomic.syncthingandroid"
|
||||||
minSdkVersion 14
|
minSdkVersion 14
|
||||||
targetSdkVersion 26
|
targetSdkVersion 26
|
||||||
versionCode 4133
|
versionCode 4134
|
||||||
versionName "0.10.0"
|
versionName "0.10.1"
|
||||||
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
|
||||||
|
|
|
@ -1,5 +1,4 @@
|
||||||
- improved handling of run conditions (@nutomic)
|
- fixed unnecessary web ui reloads (@sferra)
|
||||||
- compile with clang and target=android (@nutomic)
|
- implemented notification channels for Android 8 (@nutomic)
|
||||||
- fixed problems with media scanner (@nutomic)
|
- updated Syncthing to 0.14.41
|
||||||
- updated Syncthing to v0.14.40
|
|
||||||
- imported translations
|
- imported translations
|
||||||
|
|
Loading…
Reference in a new issue