[+] Add libsu to gradle
This commit is contained in:
@@ -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.*
|
||||
|
||||
Reference in New Issue
Block a user