Skip to content

Commit 5f04c4f

Browse files
committed
Updated gradle build
1 parent 2017303 commit 5f04c4f

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

build.gradle

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@ buildscript {
88
}
99

1010
dependencies {
11-
classpath 'com.android.tools.build:gradle:3.0.0-alpha4'
12-
classpath 'com.github.dcendents:android-maven-gradle-plugin:1.3'
11+
classpath 'com.android.tools.build:gradle:2.3.2'
12+
classpath 'com.github.dcendents:android-maven-gradle-plugin:1.5'
1313
}
1414
}
1515

@@ -20,12 +20,12 @@ repositories {
2020
apply plugin: 'com.android.library'
2121

2222
android {
23-
compileSdkVersion 23
24-
buildToolsVersion "25.0.0"
23+
compileSdkVersion 25
24+
buildToolsVersion "25.0.3"
2525

2626
defaultConfig {
2727
minSdkVersion 11
28-
targetSdkVersion 23
28+
targetSdkVersion 25
2929
versionName project.version
3030
}
3131

0 commit comments

Comments
 (0)