davidliu

exclude protos from aar

@@ -42,6 +42,11 @@ android { @@ -42,6 +42,11 @@ android {
42 sourceCompatibility java_version 42 sourceCompatibility java_version
43 targetCompatibility java_version 43 targetCompatibility java_version
44 } 44 }
  45 + packagingOptions {
  46 + // Exclude our protos from being included in the final aar.
  47 + exclude "**/*.proto"
  48 + }
  49 +
45 buildFeatures { 50 buildFeatures {
46 compose true 51 compose true
47 } 52 }