Skip to content

Commit 4544df7

Browse files
authored
Update build.gradle
I have updated the 26.+ to the correct version. And yes the Gradle version also has to be upgraded in the file AndroidSlidingUpPanel/build.gradle Line no 8 to -> classpath 'com.android.tools.build:gradle:2.3.2' and Line no 26 to -> gradleVersion = '3.3'
1 parent 83d367d commit 4544df7

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

library/build.gradle

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,14 +5,14 @@ repositories {
55
}
66

77
dependencies {
8-
compile 'com.android.support:support-v4:26.+'
9-
compile 'com.android.support:support-annotations:26.+'
10-
compile 'com.android.support:recyclerview-v7:26.+'
8+
compile 'com.android.support:support-v4:26.0.0-alpha1'
9+
compile 'com.android.support:support-annotations:26.0.0-alpha1'
10+
compile 'com.android.support:recyclerview-v7:26.0.0-alpha1'
1111
}
1212

1313
android {
1414
compileSdkVersion 26
15-
buildToolsVersion "26.+"
15+
buildToolsVersion "26.0.0"
1616
lintOptions {
1717
abortOnError false
1818
}

0 commit comments

Comments
 (0)