Skip to content

Commit

Permalink
remove kotlin protobuf as its not in aosp
Browse files Browse the repository at this point in the history
  • Loading branch information
grote committed Aug 30, 2024
1 parent 9117077 commit 81518a4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 6 deletions.
1 change: 1 addition & 0 deletions Android.bp
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ android_app {
},
static_libs: [
"kotlin-stdlib-jdk8",
"libprotobuf-java-lite",
"androidx.core_core-ktx",
"androidx.fragment_fragment-ktx",
"androidx.activity_activity-ktx",
Expand Down
7 changes: 1 addition & 6 deletions app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -112,11 +112,6 @@ android {
option("lite")
}
}
task.builtins {
id("kotlin") {
option("lite")
}
}
}
}
}
Expand Down Expand Up @@ -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)

/**
Expand Down

0 comments on commit 81518a4

Please sign in to comment.