diff --git a/app/build.gradle b/app/build.gradle index 416670b..d1f056c 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -49,7 +49,7 @@ dependencies { testImplementation 'junit:junit:4.12' androidTestImplementation 'com.android.support.test:runner:1.0.2' androidTestImplementation 'com.android.support.test.espresso:espresso-core:3.0.2' -// implementation project(path: ':markerlibrary') - implementation 'com.github.jikun2008:YisingleMarkerView:v1.0.2' + implementation project(path: ':markerlibrary') +// implementation 'com.github.jikun2008:YisingleMarkerView:v1.0.2' } diff --git a/markerlibrary/build.gradle b/markerlibrary/build.gradle index 9752e6a..c5f68e2 100644 --- a/markerlibrary/build.gradle +++ b/markerlibrary/build.gradle @@ -34,10 +34,10 @@ dependencies { compileOnly fileTree(dir: 'libs', include: ['*.jar']) - implementation 'com.android.support:appcompat-v7:28.0.0' - testImplementation 'junit:junit:4.12' - androidTestImplementation 'com.android.support.test:runner:1.0.2' - androidTestImplementation 'com.android.support.test.espresso:espresso-core:3.0.2' + compileOnly 'com.android.support:appcompat-v7:28.0.0' +// testImplementation 'junit:junit:4.12' +// androidTestImplementation 'com.android.support.test:runner:1.0.2' +// androidTestImplementation 'com.android.support.test.espresso:espresso-core:3.0.2' }