Skip to content
This repository was archived by the owner on Jan 21, 2022. It is now read-only.

Commit 59f8469

Browse files
committed
Build settings changes
1 parent c4eec6e commit 59f8469

File tree

6 files changed

+8
-4
lines changed

6 files changed

+8
-4
lines changed

build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ buildscript {
1515
google()
1616
}
1717
dependencies {
18-
classpath 'com.android.tools.build:gradle:2.3.3'
18+
classpath 'com.android.tools.build:gradle:3.0.0'
1919
classpath 'com.jfrog.bintray.gradle:gradle-bintray-plugin:1.4'
2020
classpath 'com.github.dcendents:android-maven-gradle-plugin:1.5'
2121
classpath 'com.google.gms:google-services:3.1.0'
@@ -32,7 +32,7 @@ allprojects {
3232
ext {
3333
appCompatVersion = '26.0.0'
3434
appAuthVersion = '0.6.1'
35-
buildToolsVersion = '26.0.1'
35+
buildToolsVersion = '26.0.2'
3636
compileSdkVersion = 26
3737
designVersion = '26.0.0'
3838
gcm = '10.2.4'
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
#Sun Aug 06 08:50:25 IST 2017
1+
#Fri Nov 10 16:40:56 IST 2017
22
distributionBase=GRADLE_USER_HOME
33
distributionPath=wrapper/dists
44
zipStoreBase=GRADLE_USER_HOME
55
zipStorePath=wrapper/dists
6-
distributionUrl=https\://services.gradle.org/distributions/gradle-4.1-rc-1-all.zip
6+
distributionUrl=https\://services.gradle.org/distributions/gradle-4.1-all.zip

mas-connecta/build.gradle

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,7 @@ android {
3939
resources.srcDirs += "../mas-foundation/src/androidTest/resources"
4040
}
4141
}
42+
buildToolsVersion '26.0.2'
4243
}
4344

4445

mas-foundation/build.gradle

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,7 @@ android {
5252

5353
productFlavors {
5454
}
55+
buildToolsVersion '26.0.2'
5556
}
5657

5758

mas/build.gradle

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@ android {
3131
resources.srcDirs += "../mas-foundation/src/androidTest/resources"
3232
}
3333
}
34+
buildToolsVersion '26.0.2'
3435
}
3536

3637
task initBaseTest(type: Copy) {

samples/SingleSignOnSample/build.gradle

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@ android {
3030
proguardFiles getDefaultProguardFile('proguard-android.txt'), 'proguard-rules.pro'
3131
}
3232
}
33+
buildToolsVersion '26.0.2'
3334
}
3435

3536
dependencies {

0 commit comments

Comments
 (0)