[+] Add libsu to gradle

This commit is contained in:
Azalea Gui
2023-01-29 13:01:16 -05:00
parent 3df88dfc6b
commit 7c25d0eddf
2 changed files with 4 additions and 1 deletions
+4
View File
@@ -60,6 +60,10 @@ dependencies {
implementation "org.jetbrains.exposed:exposed-jdbc:0.40.1"
implementation 'org.xerial:sqlite-jdbc:3.40.0.0'
// Root library
implementation "com.github.topjohnwu.libsu:core:5.0.4"
implementation "com.github.topjohnwu.libsu:service:5.0.4"
testImplementation 'junit:junit:4.13.2'
androidTestImplementation 'androidx.test.ext:junit:1.1.5'
androidTestImplementation 'androidx.test.espresso:espresso-core:3.5.1'
@@ -4,7 +4,6 @@ package org.hydev.wearsync.mi
import com.influxdb.annotations.Column
import com.influxdb.annotations.Measurement
import com.topjohnwu.superuser.Shell
import org.hydev.wearsync.GSON
import org.hydev.wearsync.reflectToString
import org.jetbrains.exposed.sql.*