aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAurimas Liutikas <aurimas@google.com>2023-04-27 09:45:16 -0700
committerAurimas Liutikas <aurimas@google.com>2023-04-27 09:45:16 -0700
commite4b1bbf0e869110aa20684811b301c0836a95d41 (patch)
treee3f9330279e56adc1637e39fcc618f94f894abe2
parent930be6788b026666cb047f69d17343a5df145c53 (diff)
downloadicing-e4b1bbf0e869110aa20684811b301c0836a95d41.tar.gz
Remove custom loading of protobuf gradle plugin
We now rely on the one thats automatically loaded by buildSrc in androidx root. Test: None Change-Id: I0ea81cb8191ee6d2fb1d9d45afe4306c1e30a68d
-rw-r--r--build.gradle6
1 files changed, 0 insertions, 6 deletions
diff --git a/build.gradle b/build.gradle
index 0082881..ca20eed 100644
--- a/build.gradle
+++ b/build.gradle
@@ -16,12 +16,6 @@
import androidx.build.SupportConfig
-buildscript {
- dependencies {
- classpath('gradle.plugin.com.google.protobuf:protobuf-gradle-plugin:0.8.13')
- }
-}
-
plugins {
id('com.android.library')
id('com.google.protobuf')