Skip to content

Commit

Permalink
修改了一些编译的版本号 不在引入其他的Android系统包
Browse files Browse the repository at this point in the history
  • Loading branch information
jikun2008 committed Jul 8, 2019
1 parent 1dbe6e3 commit 702ca06
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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'
}

8 changes: 4 additions & 4 deletions markerlibrary/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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'
}


Expand Down

0 comments on commit 702ca06

Please sign in to comment.