You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
CameraFragment/build.gradle

29 lines
677 B

8 years ago
buildscript {
repositories {
jcenter()
}
dependencies {
7 years ago
classpath 'com.android.tools.build:gradle:2.3.1'
8 years ago
classpath 'com.github.dcendents:android-maven-gradle-plugin:1.4.1'
7 years ago
classpath 'com.jfrog.bintray.gradle:gradle-bintray-plugin:1.7.3'
8 years ago
// NOTE: Do not place your application dependencies here; they belong
// in the individual module build.gradle files
}
}
allprojects {
repositories {
jcenter()
8 years ago
maven { url "https://jitpack.io" }
8 years ago
}
}
//for Continuous Integration
8 years ago
ext {
7 years ago
sdk = 25
buildTools = "25.0.2"
8 years ago
minSdk = 10
7 years ago
libraryVersion = "1.0.7"
7 years ago
supportVersion = "25.0.0"
}