added library mentioned in previous commit

Daniel Gultsch created

Change summary

build.gradle | 1 +
1 file changed, 1 insertion(+)

Detailed changes

build.gradle 🔗

@@ -60,6 +60,7 @@ dependencies {
     implementation 'org.osmdroid:osmdroid-android:6.0.1'
     implementation 'org.hsluv:hsluv:0.2'
     implementation 'org.conscrypt:conscrypt-android:1.3.0'
+    implementation 'me.drakeet.support:toastcompat:1.1.0'
     quicksyImplementation 'io.michaelrocks:libphonenumber-android:8.9.14'
 }