Commit 36eea33e by Yoav Rofé Committed by GitHub

Remove unneeded dependencies from build.gradle

These dependencies caused build errors when compiled with various Google Flutter plugins.
parent e7d0e4f7
...@@ -32,8 +32,3 @@ android { ...@@ -32,8 +32,3 @@ android {
disable 'InvalidPackage' disable 'InvalidPackage'
} }
} }
dependencies {
implementation 'androidx.appcompat:appcompat:1.1.0-alpha02'
implementation 'androidx.core:core:1.1.0-alpha04'
}
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment