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