mirror of
https://github.com/sudoxnym/habitica-android.git
synced 2026-04-14 19:56:32 +00:00
fix paths
This commit is contained in:
parent
d526fdd8a1
commit
4b65ffc4f0
3 changed files with 3 additions and 3 deletions
|
|
@ -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 {
|
||||
|
|
|
|||
|
|
@ -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'
|
||||
|
|
|
|||
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Reference in a new issue