Skip to content

Commit 3479328

Browse files
Merge pull request #1627 from nextcloud/AS300beta7
Updating gradle-plugin to 3.0.0-beta7 + forced move buildToolsVersion 26.0.2
2 parents 04f55a9 + 73e93f1 commit 3479328

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ buildscript {
1414
google()
1515
}
1616
dependencies {
17-
classpath 'com.android.tools.build:gradle:3.0.0-beta6'
17+
classpath 'com.android.tools.build:gradle:3.0.0-beta7'
1818
classpath 'com.google.gms:google-services:3.0.0'
1919
}
2020
}
@@ -65,7 +65,7 @@ android {
6565
}
6666

6767
compileSdkVersion 25
68-
buildToolsVersion '25.0.2'
68+
buildToolsVersion '26.0.2'
6969

7070
defaultConfig {
7171
testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"

scripts/lint/lint-results.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
DO NOT TOUCH; GENERATED BY DRONE
2-
<span class="mdl-layout-title">Lint Report: 511 warnings</span>
2+
<span class="mdl-layout-title">Lint Report: 510 warnings</span>

0 commit comments

Comments
 (0)