Skip to content

Commit

Permalink
fix: material lib as debugImplementation
Browse files Browse the repository at this point in the history
  • Loading branch information
farfromrefug authored and rigor789 committed Mar 5, 2022
1 parent 612c40e commit c6946fe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test-app/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -348,7 +348,7 @@ dependencies {

implementation "androidx.multidex:multidex:$androidXMultidexVersion"
implementation "androidx.appcompat:appcompat:$androidXAppCompatVersion"
implementation "com.google.android.material:material:$androidXMaterialVersion"
debugImplementation "com.google.android.material:material:$androidXMaterialVersion"
implementation "androidx.exifinterface:exifinterface:$androidXExifInterfaceVersion"
implementation "androidx.viewpager2:viewpager2:$androidXViewPagerVersion"
//noinspection KtxExtensionAvailable
Expand Down

0 comments on commit c6946fe

Please sign in to comment.