Skip to content

Commit

Permalink
more cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
sugarmanz committed Jan 25, 2024
1 parent 0c738f9 commit 7cffbcf
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 15 deletions.
9 changes: 0 additions & 9 deletions android/BUILD
Original file line number Diff line number Diff line change
@@ -1,9 +0,0 @@
java_plugin(
name = "compiler_annotation_processor",
generates_api = True,
processor_class = "android.databinding.annotationprocessor.ProcessDataBinding",
visibility = ["//visibility:public"],
deps = [
"@bazel_tools//src/tools/android/java/com/google/devtools/build/android:all_android_tools",
],
)
5 changes: 0 additions & 5 deletions android/player/deps.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,6 @@ maven = [
"androidx.lifecycle:lifecycle-runtime-ktx:%s" % versions.androidx.lifecycle,
"androidx.lifecycle:lifecycle-viewmodel-ktx:%s" % versions.androidx.lifecycle,

# View binding
# "androidx.annotation:annotation:%s" % versions.androidx.annotation,
# "androidx.databinding:databinding-common:%s" % versions.androidx.databinding,
# "androidx.databinding:databinding-runtime:%s" % versions.androidx.databinding,

# Default fallback
"androidx.constraintlayout:constraintlayout:%s" % versions.androidx.constraintlayout,
]
Expand Down
1 change: 0 additions & 1 deletion jvm/dependencies/versions.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@ versions = struct(
jmh = "1.21",
androidx = struct(
activity = "1.2.3",
annotation = "1.5.0",
appcompat = "1.3.0",
constraintlayout = "2.1.4",
core = "1.6.0",
Expand Down

0 comments on commit 7cffbcf

Please sign in to comment.