未验证 提交 67e6b647 编写于 作者: M Muntashir Al-Islam 提交者: GitHub

fix(build): force protobuf version to prevent Java-7 issue (PR #1255)

Signed-off-by: NMuntashir Al-Islam <muntashirakon@riseup.net>
上级 ea0795c8
......@@ -7,6 +7,10 @@ dependencies {
implementation 'com.google.code.gson:gson:2.8.8'
implementation 'com.android.tools.build:aapt2-proto:4.2.1-7147631'
constraints {
// Force protobuf version to prevent Java-7 issue
implementation 'com.google.protobuf:protobuf-java:3.11.4'
}
testImplementation 'org.apache.commons:commons-lang3:3.12.0'
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册