Commit 3c70f8fd authored by PeratX's avatar PeratX

remove protobuf

parent d239feed
...@@ -7,10 +7,8 @@ dependencies { ...@@ -7,10 +7,8 @@ dependencies {
compile rootProject.ext.coroutineCommon compile rootProject.ext.coroutineCommon
compile rootProject.ext.kotlinJvm compile rootProject.ext.kotlinJvm
compile group: 'com.google.protobuf', name: 'protobuf-java', version: rootProject.ext.protobuf_version
} }
tasks.withType(JavaCompile) { tasks.withType(JavaCompile) {
options.encoding = "UTF-8" options.encoding = "UTF-8"
} }
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment