Skip to content

Commit

Permalink
Updated Android API target to 25 and Gradle Wrapper to 4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
magneticflux- committed Jun 16, 2017
1 parent e98d467 commit bde9f77
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 11 deletions.
6 changes: 3 additions & 3 deletions LeonidsExamples/build.gradle
@@ -1,13 +1,13 @@
apply plugin: 'com.android.application'

android {
compileSdkVersion 21
buildToolsVersion "22.0.1"
compileSdkVersion 25
buildToolsVersion "25.0.3"

defaultConfig {
applicationId "com.plattysoft.leonids.examples"
minSdkVersion 11
targetSdkVersion 21
targetSdkVersion 25
}

buildTypes {
Expand Down
6 changes: 3 additions & 3 deletions LeonidsLib/build.gradle
Expand Up @@ -5,12 +5,12 @@ apply plugin: 'com.jfrog.bintray'
def versionName = '1.3.2'

android {
compileSdkVersion 15
buildToolsVersion "22.0.1"
compileSdkVersion 25
buildToolsVersion "25.0.3"

defaultConfig {
minSdkVersion 11
targetSdkVersion 17
targetSdkVersion 25
}

buildTypes {
Expand Down
6 changes: 2 additions & 4 deletions build.gradle
Expand Up @@ -5,16 +5,14 @@ buildscript {
mavenCentral()
}
dependencies {
classpath 'com.android.tools.build:gradle:2.1.3'
classpath 'com.android.tools.build:gradle:2.3.3'
classpath 'com.jfrog.bintray.gradle:gradle-bintray-plugin:1.1'
classpath 'com.github.dcendents:android-maven-gradle-plugin:1.5'
}
}

allprojects {
repositories {
jcenter{
url "http://jcenter.bintray.com/"
}
jcenter()
}
}
2 changes: 1 addition & 1 deletion gradle/wrapper/gradle-wrapper.properties
Expand Up @@ -3,4 +3,4 @@ distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-2.14.1-all.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-4.0-all.zip

0 comments on commit bde9f77

Please sign in to comment.