Skip to content
This repository has been archived by the owner on Oct 2, 2021. It is now read-only.

Commit

Permalink
Add Project Dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
saeedmozaffariGithub committed Sep 17, 2018
1 parent e62848b commit dae8f77
Showing 1 changed file with 23 additions and 0 deletions.
23 changes: 23 additions & 0 deletions build.gradle
Original file line number Diff line number Diff line change
@@ -1,5 +1,28 @@
apply plugin: 'com.android.library'

buildscript {
repositories {
google()
jcenter()
mavenCentral()
maven { url 'https://mvnrepository.com/artifact/com.google.protobuf/protobuf-java' }
}
dependencies {
classpath 'com.jfrog.bintray.gradle:gradle-bintray-plugin:1.7.2'
classpath 'com.github.dcendents:android-maven-gradle-plugin:1.3'
classpath 'com.android.tools.build:gradle:3.1.4'
}
}

allprojects {
repositories {
google()
jcenter()
maven { url "https://maven.google.com" }
maven { url "https://jitpack.io" }
}
}

android {
compileSdkVersion 25
buildToolsVersion '26.0.2'
Expand Down

0 comments on commit dae8f77

Please sign in to comment.