Skip to content

Commit 3c4b0b4

Browse files
authored
feat: use implementation for support.design
Use implementation instead of debugImplementation for com.android.support:design. This fixes a release build error for master/detail template with compile sdk 28 / support library 28.0.0. Related to #1193
1 parent 31dd8b2 commit 3c4b0b4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test-app/app/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -267,7 +267,7 @@ dependencies {
267267
implementation "com.android.support:multidex:1.0.2"
268268
implementation "com.android.support:support-v4:$supportVer"
269269
implementation "com.android.support:appcompat-v7:$supportVer"
270-
debugImplementation "com.android.support:design:$supportVer"
270+
implementation "com.android.support:design:$supportVer"
271271

272272
def sbgProjectExists = !findProject(':static-binding-generator').is(null)
273273
if (sbgProjectExists) {

0 commit comments

Comments
 (0)