Adapt to: Migrate public-transport-enabler multi-module project to single project.

This commit is contained in:
Andreas Schildbach 2019-07-19 19:21:40 +02:00
parent 6871ee023f
commit cd9e68a802
4 changed files with 3 additions and 4 deletions

View file

@ -9,7 +9,7 @@ configurations {
}
dependencies {
compile project(':enabler')
compile project(':public-transport-enabler')
compile 'de.schildbach.wallet:integration-android:2.0'
compile 'androidx.annotation:annotation:1.0.2'
compile 'androidx.recyclerview:recyclerview:1.0.0'