build.gradle 618 B

123456789101112131415161718192021222324
  1. ext {
  2. }// Top-level build file where you can add configuration options common to all sub-projects/modules.
  3. buildscript {
  4. repositories {
  5. google()
  6. mavenCentral()
  7. }
  8. dependencies {
  9. classpath 'com.android.tools.build:gradle:4.2.2'
  10. // classpath 'com.google.protobuf:protobuf-gradle-plugin:0.8.10'
  11. // NOTE: Do not place your application dependencies here; they belong
  12. // in the individual module build.gradle files
  13. }
  14. }
  15. //apply plugin: 'java'
  16. //apply plugin: 'com.google.protobuf'
  17. allprojects {
  18. repositories {
  19. google()
  20. mavenCentral()
  21. }
  22. }