mirror of
https://github.com/syncthing/syncthing-android.git
synced 2024-11-22 20:31:16 +00:00
Bumped version to 0.10.0
This commit is contained in:
parent
1d2a47bf7d
commit
3b05663041
2 changed files with 4 additions and 3 deletions
|
@ -34,8 +34,8 @@ android {
|
|||
applicationId "com.nutomic.syncthingandroid"
|
||||
minSdkVersion 14
|
||||
targetSdkVersion 26
|
||||
versionCode 4132
|
||||
versionName "0.10.0-beta4"
|
||||
versionCode 4133
|
||||
versionName "0.10.0"
|
||||
testApplicationId 'com.nutomic.syncthingandroid.test'
|
||||
testInstrumentationRunner 'android.support.test.runner.AndroidJUnitRunner'
|
||||
playAccountConfig = playAccountConfigs.defaultAccountConfig
|
||||
|
|
|
@ -1,4 +1,5 @@
|
|||
- fix a misconfiguration that prevented Syncthing from starting on Android 5.0 and below (@nutomic)
|
||||
- improved handling of run conditions (@nutomic)
|
||||
- compile with clang and target=android (@nutomic)
|
||||
- fixed problems with media scanner (@nutomic)
|
||||
- updated Syncthing to v0.14.40
|
||||
- imported translations
|
||||
|
|
Loading…
Reference in a new issue