We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2017303 commit 5f04c4fCopy full SHA for 5f04c4f
1 file changed
build.gradle
@@ -8,8 +8,8 @@ buildscript {
8
}
9
10
dependencies {
11
- classpath 'com.android.tools.build:gradle:3.0.0-alpha4'
12
- classpath 'com.github.dcendents:android-maven-gradle-plugin:1.3'
+ classpath 'com.android.tools.build:gradle:2.3.2'
+ classpath 'com.github.dcendents:android-maven-gradle-plugin:1.5'
13
14
15
@@ -20,12 +20,12 @@ repositories {
20
apply plugin: 'com.android.library'
21
22
android {
23
- compileSdkVersion 23
24
- buildToolsVersion "25.0.0"
+ compileSdkVersion 25
+ buildToolsVersion "25.0.3"
25
26
defaultConfig {
27
minSdkVersion 11
28
- targetSdkVersion 23
+ targetSdkVersion 25
29
versionName project.version
30
31
0 commit comments