mirror of
https://github.com/awfixers-stuff/OwnDroid.git
synced 2026-03-23 11:05:59 +00:00
Encode security log data payload to json
Initialize Dhizuku with context fix #85
This commit is contained in:
@@ -68,6 +68,14 @@ android {
|
||||
}
|
||||
}
|
||||
|
||||
kotlin {
|
||||
sourceSets {
|
||||
all {
|
||||
languageSettings.optIn("kotlinx.serialization.ExperimentalSerializationApi")
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
gradle.taskGraph.whenReady {
|
||||
project.tasks.findByPath(":app:test")?.enabled = false
|
||||
project.tasks.findByPath(":app:lint")?.enabled = false
|
||||
|
||||
Reference in New Issue
Block a user