Update dependencies

This commit is contained in:
Mygod
2020-06-21 00:58:55 -04:00
parent c30e29316e
commit 012f1a1627
3 changed files with 3 additions and 3 deletions

View File

@@ -31,7 +31,7 @@ I don't know about you but I can't get my stupid Windows 10 to work with
now that they introduced this
[Mobile hotspot](https://support.microsoft.com/en-us/help/4027762/windows-use-your-pc-as-a-mobile-hotspot).
## Features that requires system app installation
## Features That Requires System App Installation
The following features in the app requires it to be installed under `/system/priv-app` since some restricted permissions are required.
One way to do this is to use [App systemizer for Magisk](https://github.com/Magisk-Modules-Repo/terminal_systemizer).

View File

@@ -69,7 +69,7 @@ dependencies {
val lifecycleVersion = "2.3.0-alpha04"
val roomVersion = "2.2.5"
coreLibraryDesugaring("com.android.tools:desugar_jdk_libs:1.0.5")
coreLibraryDesugaring("com.android.tools:desugar_jdk_libs:1.0.6")
kapt("androidx.room:room-compiler:$roomVersion")
implementation(kotlin("stdlib-jdk8", rootProject.extra.get("kotlinVersion").toString()))
implementation("androidx.appcompat:appcompat:1.3.0-alpha01") // https://issuetracker.google.com/issues/151603528

View File

@@ -44,7 +44,7 @@ class Routing(private val caller: Any, private val downstream: String,
private const val RULE_PRIORITY_UPSTREAM_FALLBACK = 17900
private const val RULE_PRIORITY_UPSTREAM_DISABLE_SYSTEM = 17980
const val IPTABLES ="iptables -w"
const val IPTABLES = "iptables -w"
const val IP6TABLES = "ip6tables -w"
fun appendCleanCommands(commands: BufferedWriter) {