remove kotlin protobuf as its not in aosp
This commit is contained in:
parent
b2307d94dd
commit
cb68f75eb6
2 changed files with 2 additions and 7 deletions
|
@ -19,7 +19,7 @@ android_app {
|
|||
},
|
||||
static_libs: [
|
||||
"kotlin-stdlib-jdk8",
|
||||
"libprotobuf-kotlin-lite",
|
||||
"libprotobuf-java-lite",
|
||||
"androidx.core_core-ktx",
|
||||
"androidx.fragment_fragment-ktx",
|
||||
"androidx.activity_activity-ktx",
|
||||
|
|
|
@ -112,11 +112,6 @@ android {
|
|||
option("lite")
|
||||
}
|
||||
}
|
||||
task.builtins {
|
||||
id("kotlin") {
|
||||
option("lite")
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@ -160,7 +155,7 @@ dependencies {
|
|||
implementation(libs.androidx.work.runtime.ktx)
|
||||
implementation(libs.google.material)
|
||||
|
||||
implementation(libs.google.protobuf.kotlin.lite)
|
||||
implementation(libs.google.protobuf.javalite)
|
||||
implementation(libs.google.tink.android)
|
||||
|
||||
/**
|
||||
|
|
Loading…
Reference in a new issue