Skip to content

Commit f6b4a08

Browse files
authored
Merge pull request #1194 from NativeScript/mdonev/support-design-via-implementation
feat: use implementation for support.design
2 parents 31dd8b2 + 3c4b0b4 commit f6b4a08

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)