This commit is contained in:
Mygod
2020-05-23 09:20:47 +08:00
parent b833d94002
commit faf0b2c179
2 changed files with 2 additions and 4 deletions

View File

@@ -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",

View File

@@ -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