Skip to content

Commit

Permalink
fix: fix build issues caused by material library. Fixes #136 #137
Browse files Browse the repository at this point in the history
  • Loading branch information
wilburx9 committed Dec 25, 2022
1 parent 39e8335 commit f492f2d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 20 deletions.
4 changes: 2 additions & 2 deletions android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ buildscript {
}

dependencies {
classpath 'com.android.tools.build:gradle:4.1.3'
classpath 'com.android.tools.build:gradle:7.4.0-rc02'
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version"
}
}
Expand Down Expand Up @@ -42,5 +42,5 @@ android {
}

dependencies {
implementation 'com.google.android.material:material:1.8.0-alpha01'
implementation 'com.google.android.material:material:1.7.0'
}
18 changes: 0 additions & 18 deletions example/ios/Flutter/Flutter.podspec

This file was deleted.

0 comments on commit f492f2d

Please sign in to comment.