This repository was archived by the owner on Jan 21, 2022. It is now read-only.
File tree Expand file tree Collapse file tree 6 files changed +8
-4
lines changed
samples/SingleSignOnSample Expand file tree Collapse file tree 6 files changed +8
-4
lines changed Original file line number Diff line number Diff 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 {
3232ext {
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'
Original file line number Diff line number Diff line change 1- # Sun Aug 06 08:50:25 IST 2017
1+ # Fri Nov 10 16:40:56 IST 2017
22distributionBase =GRADLE_USER_HOME
33distributionPath =wrapper/dists
44zipStoreBase =GRADLE_USER_HOME
55zipStorePath =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
Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change @@ -52,6 +52,7 @@ android {
5252
5353 productFlavors {
5454 }
55+ buildToolsVersion ' 26.0.2'
5556}
5657
5758
Original file line number Diff line number Diff line change @@ -31,6 +31,7 @@ android {
3131 resources. srcDirs + = " ../mas-foundation/src/androidTest/resources"
3232 }
3333 }
34+ buildToolsVersion ' 26.0.2'
3435}
3536
3637task initBaseTest (type : Copy ) {
Original file line number Diff line number Diff 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
3536dependencies {
You can’t perform that action at this time.
0 commit comments