Skip to content

Commit f492f2d

Browse files
committed
fix: fix build issues caused by material library. Fixes wilburx9#136 wilburx9#137
1 parent 39e8335 commit f492f2d

File tree

2 files changed

+2
-20
lines changed

2 files changed

+2
-20
lines changed

android/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ buildscript {
99
}
1010

1111
dependencies {
12-
classpath 'com.android.tools.build:gradle:4.1.3'
12+
classpath 'com.android.tools.build:gradle:7.4.0-rc02'
1313
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version"
1414
}
1515
}
@@ -42,5 +42,5 @@ android {
4242
}
4343

4444
dependencies {
45-
implementation 'com.google.android.material:material:1.8.0-alpha01'
45+
implementation 'com.google.android.material:material:1.7.0'
4646
}

example/ios/Flutter/Flutter.podspec

Lines changed: 0 additions & 18 deletions
This file was deleted.

0 commit comments

Comments
 (0)