Browse Source

Removed the legacy support lib (#5389)

Ioannis Kokkinidis 5 years ago
parent
commit
8663669ed9
1 changed files with 0 additions and 1 deletions
  1. 0
    1
      lib/android/app/build.gradle

+ 0
- 1
lib/android/app/build.gradle View File

@@ -95,7 +95,6 @@ allprojects { p ->
95 95
 dependencies {
96 96
     implementation 'androidx.appcompat:appcompat:1.0.2'
97 97
     implementation 'androidx.annotation:annotation:1.1.0'
98
-    implementation 'androidx.legacy:legacy-support-v4:1.0.0'
99 98
     implementation 'com.google.android.material:material:1.1.0-alpha08'
100 99
 
101 100
     implementation 'com.github.wix-playground:ahbottomnavigation:3.0.2'