Made fast reconnect when network becomes up.

This commit is contained in:
Revertron 2022-11-09 20:51:29 +01:00
parent 41569a9ee2
commit 04f2924661
5 changed files with 57 additions and 2 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"
}