Skip to content

Commit

Permalink
Upgrading to latest gradle and build tools version
Browse files Browse the repository at this point in the history
  • Loading branch information
sojanpr committed Apr 24, 2018
1 parent bde118d commit 76de577
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 5 deletions.
4 changes: 2 additions & 2 deletions Branch-SDK-TestBed/build.gradle
Expand Up @@ -14,7 +14,7 @@ dependencies {
android {
compileSdkVersion 23
buildToolsVersion project.ANDROID_BUILD_TOOLS_VERSION

defaultConfig {
applicationId "io.branch.branchandroiddemo"
minSdkVersion 15
Expand Down Expand Up @@ -43,7 +43,7 @@ android {
}

// Move the tests to tests/java, tests/res, etc...
instrumentTest.setRoot('tests')
androidTest.setRoot('tests')

// Move the build types to build-types/<type>
// For instance, build-types/debug/java, build-types/debug/AndroidManifest.xml, ...
Expand Down
2 changes: 1 addition & 1 deletion Branch-SDK/build.gradle
Expand Up @@ -40,7 +40,7 @@ android {
}

// Move the tests to tests/java, tests/res, etc...
instrumentTest.setRoot('tests')
androidTest.setRoot('tests')

// Move the build types to build-types/<type>
// For instance, build-types/debug/java, build-types/debug/AndroidManifest.xml, ...
Expand Down
3 changes: 2 additions & 1 deletion build.gradle
Expand Up @@ -5,9 +5,10 @@ buildscript {
maven {
url "https://maven.google.com" // Google's Maven repository
}
google()
}
dependencies {
classpath 'com.android.tools.build:gradle:3.0.1'
classpath 'com.android.tools.build:gradle:3.1.2'
}
}

Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Expand Up @@ -14,5 +14,5 @@ POM_DEVELOPER_ID=branch
POM_DEVELOPER_NAME=Branch Metrics

ANDROID_BUILD_TARGET_SDK_VERSION=19
ANDROID_BUILD_TOOLS_VERSION=26.0.2
ANDROID_BUILD_TOOLS_VERSION=27.0.3
ANDROID_BUILD_SDK_VERSION=22

0 comments on commit 76de577

Please sign in to comment.