Skip to content

Commit 12d5c3e

Browse files
author
Jorge Costa
committed
Update versions
1 parent 603e169 commit 12d5c3e

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

activity-fragment-manager/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ android {
5555

5656
dependencies {
5757
compile fileTree(include: ['*.jar'], dir: 'libs')
58-
compile 'com.android.support:appcompat-v7:26.0.2'
58+
compile 'com.android.support:appcompat-v7:26.1.0'
5959

6060
lintRules project(':lint')
6161
}

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ buildscript {
4949
}
5050
}
5151
dependencies {
52-
classpath 'com.android.tools.build:gradle:3.0.0-beta5'
52+
classpath 'com.android.tools.build:gradle:3.0.0-beta6'
5353
classpath 'com.novoda:bintray-release:0.5.0'
5454
classpath 'pt.simdea.verifier:verifier:3.5.8'
5555
classpath 'gradle.plugin.com.kageiit:lintrules:1.1.2'

sample/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,8 +48,8 @@ android {
4848

4949
dependencies {
5050
compile fileTree(include: ['*.jar'], dir: 'libs')
51-
compile 'com.android.support:appcompat-v7:26.0.2'
52-
compile 'com.android.support:design:26.0.2'
51+
compile 'com.android.support:appcompat-v7:26.1.0'
52+
compile 'com.android.support:design:26.1.0'
5353
compile 'android.arch.lifecycle:extensions:1.0.0-alpha9'
5454
compile 'com.massivedisaster.adal:adal-fragments:0.1.15'
5555
compile 'com.massivedisaster.adal:adal-adapters:0.1.15'

0 commit comments

Comments
 (0)