fix paths

This commit is contained in:
Phillip Thelen 2022-07-05 17:31:03 +02:00
parent d526fdd8a1
commit 4b65ffc4f0
3 changed files with 3 additions and 3 deletions

View file

@ -26,6 +26,7 @@ configurations {
}
dependencies {
implementation fileTree(include: ['*.jar'], dir: '../common/libs')
//Networking
implementation "com.squareup.okhttp3:okhttp:$okhttp_version"
implementation "com.squareup.okhttp3:logging-interceptor:$okhttp_version"
@ -128,7 +129,6 @@ dependencies {
}
androidTestImplementation "org.jetbrains.kotlin:kotlin-reflect:$kotlin_version"
implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk7:$kotlin_version"
}
android {

View file

@ -11,7 +11,7 @@ buildscript {
core_ktx_version = '1.8.0'
appcompat_version = '1.4.2'
lifecycle_version = '2.5.0'
coroutines_version = '1.6.1'
coroutines_version = '1.6.2'
okhttp_version = '4.9.3'
retrofit_version = '2.9.0'
daggerhilt_version = '2.42'

View file

@ -36,7 +36,7 @@ android {
}
dependencies {
implementation fileTree(include: ['*.jar'], dir: '../common/libs')
implementation fileTree(include: ['*.jar'], dir: 'libs')
implementation "androidx.core:core-ktx:$core_ktx_version"
implementation "androidx.appcompat:appcompat:$appcompat_version"