Skip to content

Commit 5323a79

Browse files
committed
fix(android): fixes compiling for sdk 33
1 parent 557b395 commit 5323a79

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

android/build.gradle

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,6 @@ dependencies {
5858
androidTestImplementation "androidx.test.espresso:espresso-core:$androidxEspressoCoreVersion"
5959
implementation "androidx.browser:browser:$androidxBrowserVersion"
6060
implementation 'androidx.constraintlayout:constraintlayout:1.1.3'
61-
implementation 'com.google.android.material:material:1.10.0'
61+
implementation 'com.google.android.material:material:1.9.0'
6262
implementation 'androidx.coordinatorlayout:coordinatorlayout:1.2.0'
63-
implementation 'com.google.android.material:material:1.10.0'
6463
}

0 commit comments

Comments
 (0)