We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 036aa1e commit 6a5d82cCopy full SHA for 6a5d82c
platforms/android/build.gradle
@@ -6,5 +6,6 @@ android {
6
}
7
8
dependencies {
9
- compile 'com.android.support:recyclerview-v7:+'
+ def supportVer = project.hasProperty("supportVersion") ? supportVersion : "+";
10
+ compile 'com.android.support:recyclerview-v7:$supportVer'
11
0 commit comments