mirror of
https://gitlab.com/oeffi/oeffi.git
synced 2025-07-07 21:28:49 +00:00
Adapt to: Migrate public-transport-enabler multi-module project to single project.
This commit is contained in:
parent
6871ee023f
commit
cd9e68a802
4 changed files with 3 additions and 4 deletions
1
enabler
1
enabler
|
@ -1 +0,0 @@
|
||||||
public-transport-enabler/enabler
|
|
|
@ -9,7 +9,7 @@ configurations {
|
||||||
}
|
}
|
||||||
|
|
||||||
dependencies {
|
dependencies {
|
||||||
compile project(':enabler')
|
compile project(':public-transport-enabler')
|
||||||
compile 'de.schildbach.wallet:integration-android:2.0'
|
compile 'de.schildbach.wallet:integration-android:2.0'
|
||||||
compile 'androidx.annotation:annotation:1.0.2'
|
compile 'androidx.annotation:annotation:1.0.2'
|
||||||
compile 'androidx.recyclerview:recyclerview:1.0.0'
|
compile 'androidx.recyclerview:recyclerview:1.0.0'
|
||||||
|
|
|
@ -1 +1 @@
|
||||||
Subproject commit 4815d48aad05d97e28fd260463baf51f5b91973b
|
Subproject commit 070fcad64a5fb61728d50ddb3439b033a739e687
|
|
@ -8,4 +8,4 @@ if (GradleVersion.current().compareTo(minGradleVersion) < 0)
|
||||||
throw new GradleScriptException("build requires Gradle ${minGradleVersion} or later", null)
|
throw new GradleScriptException("build requires Gradle ${minGradleVersion} or later", null)
|
||||||
|
|
||||||
include 'oeffi'
|
include 'oeffi'
|
||||||
include 'enabler'
|
include 'public-transport-enabler'
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue