We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7c00acf commit 31cc063Copy full SHA for 31cc063
packages/core/platforms/android/include.gradle
@@ -1,6 +1,6 @@
1
2
dependencies {
3
- def androidXMaterial = project.hasProperty("androidXMaterial") ? project.androidXMaterial : "1.3.0"
+ def androidXMaterial = project.hasProperty("androidXMaterial") ? project.androidXMaterial : "1.8.0"
4
implementation "com.google.android.material:material:$androidXMaterial"
5
6
def androidxViewPager2Version = project.hasProperty("androidxViewPager2Version") ? project.androidxViewPager2Version : "1.0.0"
0 commit comments