正在显示
1 个修改的文件
包含
5 行增加
和
0 行删除
| @@ -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 | } |
-
请 注册 或 登录 后发表评论