fix module structure

This commit is contained in:
rahul bhat
2022-09-13 16:12:08 +05:30
parent e7ec2327b8
commit 2451c85eb0
4 changed files with 1 additions and 4 deletions

View File

@@ -42,7 +42,6 @@ dependencies {
implementation 'com.google.android.material:material:1.4.0'
implementation 'androidx.legacy:legacy-support-v4:1.0.0'
implementation 'androidx.constraintlayout:constraintlayout:2.1.3'
implementation project(path: ':navi-widgets')
implementation 'androidx.cardview:cardview:1.0.0'
implementation 'androidx.gridlayout:gridlayout:1.0.0'
testImplementation 'junit:junit:4.+'

View File

@@ -57,7 +57,6 @@ dependencies {
implementation 'com.google.firebase:firebase-analytics'
debugApi 'com.github.chuckerteam.chucker:library:3.5.2'
releaseApi 'com.github.chuckerteam.chucker:library-no-op:3.5.2'
api project(":navi-analytics")
implementation "com.squareup.retrofit2:retrofit:2.9.0"
implementation 'com.squareup.retrofit2:converter-gson:2.9.0'
testImplementation 'junit:junit:4.+'

View File

@@ -137,7 +137,6 @@ dependencies {
implementation 'android.arch.work:work-runtime-ktx:1.0.1'
implementation 'androidx.gridlayout:gridlayout:1.0.0'
implementation project(path: ':navi-widgets')
testImplementation 'junit:junit:4.13'
testImplementation 'io.mockk:mockk:1.10.2'

View File

@@ -41,7 +41,7 @@ dependencies {
implementation 'androidx.appcompat:appcompat:1.3.1'
implementation 'com.google.android.material:material:1.4.0'
implementation 'androidx.legacy:legacy-support-v4:1.0.0'
implementation project(path: ':navi-analytics')
api project(":navi-analytics")
testImplementation 'junit:junit:4.+'
androidTestImplementation 'androidx.test.ext:junit:1.1.3'
androidTestImplementation 'androidx.test.espresso:espresso-core:3.4.0'