Fix deprecated APIs

This commit is contained in:
Mygod
2020-12-16 06:20:33 +08:00
parent 131cdefcf7
commit 3b7c6f0ebf
14 changed files with 14 additions and 14 deletions

View File

@@ -12,9 +12,9 @@ import be.mygod.vpnhotspot.net.Routing.Companion.IP
import be.mygod.vpnhotspot.net.Routing.Companion.IPTABLES
import be.mygod.vpnhotspot.net.TetheringManager
import be.mygod.vpnhotspot.util.Services
import kotlinx.android.parcel.Parcelize
import kotlinx.coroutines.*
import kotlinx.coroutines.channels.produce
import kotlinx.parcelize.Parcelize
import java.io.File
import java.io.FileOutputStream
import java.io.InterruptedIOException