mirror of
https://github.com/syncthing/syncthing-android.git
synced 2025-02-02 15:21:36 +00:00
Bumped version to 1.18.6-rc.1
This commit is contained in:
parent
199d5e1963
commit
d8efdf1a25
2 changed files with 8 additions and 3 deletions
|
@ -42,8 +42,8 @@ android {
|
||||||
applicationId "com.nutomic.syncthingandroid"
|
applicationId "com.nutomic.syncthingandroid"
|
||||||
minSdkVersion 16
|
minSdkVersion 16
|
||||||
targetSdkVersion 30
|
targetSdkVersion 30
|
||||||
versionCode 4290
|
versionCode 4291
|
||||||
versionName "1.18.4-rc.2"
|
versionName "1.18.6-rc.1"
|
||||||
testApplicationId 'com.nutomic.syncthingandroid.test'
|
testApplicationId 'com.nutomic.syncthingandroid.test'
|
||||||
testInstrumentationRunner 'androidx.test.runner.AndroidJUnitRunner'
|
testInstrumentationRunner 'androidx.test.runner.AndroidJUnitRunner'
|
||||||
}
|
}
|
||||||
|
|
|
@ -1 +1,6 @@
|
||||||
* Update Syncthing to v1.18.4-rc.2 ( https://github.com/syncthing/syncthing/releases/tag/v1.18.4-rc.2 )
|
Warning!
|
||||||
|
This release targets API level 30, which changes how Android lets Syncthing interact with the filesystem. As always please make sure you have a good backup of your data, and do look out for problems testing for betas, and any reports to https://forum.syncthing.net are much appreciated (also positive ones :) ).
|
||||||
|
The main beneficial change is, that SD card access is possible on Android >= 11. At the same time folders within `Android/` in internal storage (except for Syncthing's own directory) are not accessible anymore, and overall filesystem operations may be slower.
|
||||||
|
|
||||||
|
* Target API level 30 / Android 11 ( https://github.com/syncthing/syncthing-android/issues/1721 )
|
||||||
|
* Update Syncthing to v1.18.6-rc.1 ( https://github.com/syncthing/syncthing/releases/tag/v1.18.6-rc.1 )
|
||||||
|
|
Loading…
Reference in a new issue