mirror of
https://gitlab.com/oeffi/oeffi.git
synced 2025-07-07 06:08:51 +00:00
build.gradle: Migrate dependency configurations from 'compile' to 'implementation'.
This commit is contained in:
parent
26379d4da3
commit
735d923bd3
1 changed files with 14 additions and 14 deletions
|
@ -9,20 +9,20 @@ configurations {
|
|||
}
|
||||
|
||||
dependencies {
|
||||
compile project(':public-transport-enabler')
|
||||
compile 'de.schildbach.wallet:integration-android:2.0'
|
||||
compile 'androidx.annotation:annotation:1.1.0'
|
||||
compile 'androidx.recyclerview:recyclerview:1.0.0'
|
||||
compile 'androidx.coordinatorlayout:coordinatorlayout:1.0.0'
|
||||
compile 'androidx.drawerlayout:drawerlayout:1.0.0'
|
||||
compile 'androidx.core:core:1.1.0'
|
||||
compile 'com.squareup.okhttp3:okhttp:3.12.3'
|
||||
compile 'com.squareup.okhttp3:logging-interceptor:3.12.3'
|
||||
compile 'com.google.guava:guava:28.1-android'
|
||||
compile 'org.osmdroid:osmdroid-android:6.1.0'
|
||||
compile 'org.slf4j:slf4j-api:1.7.28'
|
||||
compile 'com.github.tony19:logback-android:2.0.0'
|
||||
testCompile 'junit:junit:4.12'
|
||||
implementation project(':public-transport-enabler')
|
||||
implementation 'de.schildbach.wallet:integration-android:2.0'
|
||||
implementation 'androidx.annotation:annotation:1.1.0'
|
||||
implementation 'androidx.recyclerview:recyclerview:1.0.0'
|
||||
implementation 'androidx.coordinatorlayout:coordinatorlayout:1.0.0'
|
||||
implementation 'androidx.drawerlayout:drawerlayout:1.0.0'
|
||||
implementation 'androidx.core:core:1.1.0'
|
||||
implementation 'com.squareup.okhttp3:okhttp:3.12.3'
|
||||
implementation 'com.squareup.okhttp3:logging-interceptor:3.12.3'
|
||||
implementation 'com.google.guava:guava:28.1-android'
|
||||
implementation 'org.osmdroid:osmdroid-android:6.1.0'
|
||||
implementation 'org.slf4j:slf4j-api:1.7.28'
|
||||
implementation 'com.github.tony19:logback-android:2.0.0'
|
||||
testImplementation 'junit:junit:4.12'
|
||||
}
|
||||
|
||||
android {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue