Compare commits
3 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 48f880ee4e | |||
| 9f5072ed3a | |||
| b1743db5af |
@@ -16,7 +16,7 @@ This project is based on [syncthing-java][3], a java implementation of Syncthing
|
||||
|
||||
Due to the behaviour of this App and the [behaviour of the Syncthing Server](https://github.com/syncthing/syncthing/issues/5224),
|
||||
you can't reconnct for some minutes if the App was killed (due to removing from the recent App list) or the connection was interrupted.
|
||||
This does not apply to connections over an WiFi, but to connections over the internet.
|
||||
This does not apply to local discovery connections.
|
||||
|
||||
[<img alt="Get it on F-Droid" src="https://f-droid.org/badge/get-it-on.png" height="80">](https://f-droid.org/packages/net.syncthing.lite/)
|
||||
[<img alt="Get it on Google Play" src="https://play.google.com/intl/en_us/badges/images/generic/en_badge_web_generic.png" height="80">](https://play.google.com/store/apps/details?id=net.syncthing.lite)
|
||||
|
||||
+2
-2
@@ -11,8 +11,8 @@ android {
|
||||
applicationId "net.syncthing.lite"
|
||||
minSdkVersion 21
|
||||
targetSdkVersion 26
|
||||
versionCode 10
|
||||
versionName "0.3.0"
|
||||
versionCode 11
|
||||
versionName "0.3.1"
|
||||
multiDexEnabled true
|
||||
}
|
||||
sourceSets {
|
||||
|
||||
+1
-1
@@ -22,10 +22,10 @@ buildscript {
|
||||
|
||||
allprojects {
|
||||
repositories {
|
||||
google()
|
||||
jcenter()
|
||||
maven {
|
||||
url "https://jitpack.io"
|
||||
}
|
||||
google()
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user