remove protobuf

This commit is contained in:
PeratX 2019-10-09 16:26:36 +08:00
parent d239feeda4
commit 3c70f8fdba

View File

@ -7,10 +7,8 @@ dependencies {
compile rootProject.ext.coroutineCommon
compile rootProject.ext.kotlinJvm
compile group: 'com.google.protobuf', name: 'protobuf-java', version: rootProject.ext.protobuf_version
}
tasks.withType(JavaCompile) {
options.encoding = "UTF-8"
}
}