Skip to content

Commit fafc436

Browse files
committed
Fixing material dependency error in dev app
1 parent 18ae12d commit fafc436

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Examples/OneSignalDemo/app/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ dependencies {
5656
implementation fileTree(dir: 'libs', include: ['*.jar'])
5757

5858
implementation 'com.android.support:multidex:1.0.3'
59-
implementation 'com.google.android.material:material:[1.0.0, 1.99.99]'
59+
implementation 'com.google.android.material:material:[1.0.0, 1.4.99]'
6060

6161
implementation 'androidx.cardview:cardview:[1.0.0, 1.99.99]'
6262
implementation 'androidx.appcompat:appcompat:[1.0.0, 1.99.99]'

0 commit comments

Comments
 (0)