v2.9.1
This commit is contained in:
@@ -22,8 +22,8 @@ android {
|
||||
minSdkVersion(21)
|
||||
targetSdkVersion(29)
|
||||
resConfigs(listOf("it", "ru", "zh-rCN", "zh-rTW"))
|
||||
versionCode = 223
|
||||
versionName = "2.9.0"
|
||||
versionCode = 224
|
||||
versionName = "2.9.1"
|
||||
testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
|
||||
javaCompileOptions.annotationProcessorOptions.arguments = mapOf(
|
||||
"room.incremental" to "true",
|
||||
|
||||
@@ -30,8 +30,6 @@ import be.mygod.vpnhotspot.util.ServiceForegroundConnector
|
||||
import be.mygod.vpnhotspot.util.broadcastReceiver
|
||||
import be.mygod.vpnhotspot.util.isNotGone
|
||||
import be.mygod.vpnhotspot.widget.SmartSnackbar
|
||||
import kotlinx.coroutines.Dispatchers
|
||||
import kotlinx.coroutines.withContext
|
||||
import timber.log.Timber
|
||||
import java.lang.reflect.InvocationTargetException
|
||||
import java.net.NetworkInterface
|
||||
|
||||
Reference in New Issue
Block a user