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.
2 parents 31dd8b2 + 3c4b0b4 commit f6b4a08Copy full SHA for f6b4a08
test-app/app/build.gradle
@@ -267,7 +267,7 @@ dependencies {
267
implementation "com.android.support:multidex:1.0.2"
268
implementation "com.android.support:support-v4:$supportVer"
269
implementation "com.android.support:appcompat-v7:$supportVer"
270
- debugImplementation "com.android.support:design:$supportVer"
+ implementation "com.android.support:design:$supportVer"
271
272
def sbgProjectExists = !findProject(':static-binding-generator').is(null)
273
if (sbgProjectExists) {
0 commit comments