Skip to content

Commit c6946fe

Browse files
farfromrefugrigor789
authored andcommitted
fix: material lib as debugImplementation
1 parent 612c40e commit c6946fe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test-app/app/build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -348,7 +348,7 @@ dependencies {
348348

349349
implementation "androidx.multidex:multidex:$androidXMultidexVersion"
350350
implementation "androidx.appcompat:appcompat:$androidXAppCompatVersion"
351-
implementation "com.google.android.material:material:$androidXMaterialVersion"
351+
debugImplementation "com.google.android.material:material:$androidXMaterialVersion"
352352
implementation "androidx.exifinterface:exifinterface:$androidXExifInterfaceVersion"
353353
implementation "androidx.viewpager2:viewpager2:$androidXViewPagerVersion"
354354
//noinspection KtxExtensionAvailable

0 commit comments

Comments
 (0)