Skip to content

Commit

Permalink
Recorder: Use AOSP material
Browse files Browse the repository at this point in the history
It's new enough

Change-Id: I7daf0e0d2692ab024e321c39161893f39d71e5bb
  • Loading branch information
luca020400 committed Nov 2, 2024
1 parent 6cf972f commit 1ab7444
Show file tree
Hide file tree
Showing 7 changed files with 2 additions and 99 deletions.
2 changes: 1 addition & 1 deletion app/Android.bp
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ android_app {
"androidx.activity_activity-ktx",
"androidx.appcompat_appcompat",
"androidx.core_core-ktx",
"Recorder_com.google.android.material_material",
"com.google.android.material_material",
"androidx-constraintlayout_constraintlayout",
"androidx.lifecycle_lifecycle-livedata-ktx",
"androidx.lifecycle_lifecycle-service",
Expand Down
1 change: 1 addition & 0 deletions app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -93,6 +93,7 @@ configure<GenerateBpPluginExtension> {
when {
module.group.startsWith("androidx") -> true
module.group.startsWith("org.jetbrains") -> true
module.group == "com.google.android.material" -> true
module.group == "com.google.errorprone" -> true
module.group == "com.google.guava" -> true
else -> false
Expand Down
66 changes: 0 additions & 66 deletions app/libs/Android.bp

This file was deleted.

This file was deleted.

This file was deleted.

Binary file not shown.

This file was deleted.

0 comments on commit 1ab7444

Please sign in to comment.