mirror of
https://github.com/syncthing/syncthing-android.git
synced 2025-01-10 03:55:53 +00:00
Bumped version to 1.6.0-rc.4.1
This commit is contained in:
parent
74b460d3e1
commit
4b0b9b3b34
2 changed files with 3 additions and 2 deletions
|
@ -35,8 +35,8 @@ android {
|
||||||
applicationId "com.nutomic.syncthingandroid"
|
applicationId "com.nutomic.syncthingandroid"
|
||||||
minSdkVersion 16
|
minSdkVersion 16
|
||||||
targetSdkVersion 28
|
targetSdkVersion 28
|
||||||
versionCode 4231
|
versionCode 4232
|
||||||
versionName "1.6.0-rc.4"
|
versionName "1.6.0-rc.4.1"
|
||||||
testApplicationId 'com.nutomic.syncthingandroid.test'
|
testApplicationId 'com.nutomic.syncthingandroid.test'
|
||||||
testInstrumentationRunner 'android.support.test.runner.AndroidJUnitRunner'
|
testInstrumentationRunner 'android.support.test.runner.AndroidJUnitRunner'
|
||||||
}
|
}
|
||||||
|
|
|
@ -1 +1,2 @@
|
||||||
|
* Fix startup problem when running as root ( https://github.com/syncthing/syncthing-android/issues/1504 )
|
||||||
* Update Syncthing to v1.6.0-rc.4 ( https://github.com/syncthing/syncthing/releases/tag/v1.6.0-rc.4 )
|
* Update Syncthing to v1.6.0-rc.4 ( https://github.com/syncthing/syncthing/releases/tag/v1.6.0-rc.4 )
|
||||||
|
|
Loading…
Reference in a new issue