Made fast reconnect when network becomes up. (#28)

* Made fast reconnect when network becomes up.
* Use `retryPeersNow`
This commit is contained in:
Revertron 2022-11-12 12:37:40 +01:00 committed by GitHub
parent 41569a9ee2
commit c9476a7b00
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
5 changed files with 58 additions and 3 deletions

View file

@ -11,8 +11,8 @@ android {
applicationId "eu.neilalexander.yggdrasil"
minSdkVersion 21
targetSdkVersion 29
versionCode 9
versionName "0.1"
versionCode 10
versionName "0.1-010"
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
}