Skip to content

Commit

Permalink
Fix build path
Browse files Browse the repository at this point in the history
  • Loading branch information
jeisfeld committed Nov 17, 2018
1 parent 13d5416 commit 0911932
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 4 deletions.
3 changes: 2 additions & 1 deletion AugendiagnoseIdea/augendiagnose/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -24,5 +24,6 @@ android {

dependencies {
implementation project(':augendiagnoseLib')
implementation 'com.android.support:support-annotations:26.1.0'
implementation 'com.android.support:support-annotations:28.0.0'
implementation 'com.android.support:support-v13:26.1.0'
}
4 changes: 2 additions & 2 deletions AugendiagnoseIdea/augendiagnoseLib/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,9 @@ dependencies {
api files('libs/admarvel-android-sdk-core-adcolony.jar')
api files('libs/annotations.jar')
api files('libs/xmpcore.jar')
implementation 'com.android.support:support-annotations:26.1.0'
implementation 'com.android.support:support-annotations:28.0.0'
implementation 'com.android.support:support-v13:26.1.0'
implementation 'com.google.android.gms:play-services-analytics:12.0.1'
implementation 'com.google.android.gms:play-services-analytics:16.0.5'
}

apply plugin: 'com.google.gms.google-services'
3 changes: 2 additions & 1 deletion AugendiagnoseIdea/miniris/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -24,5 +24,6 @@ android {

dependencies {
implementation project(':augendiagnoseLib')
implementation 'com.android.support:support-annotations:26.1.0'
implementation 'com.android.support:support-annotations:28.0.0'
implementation 'com.android.support:support-v13:26.1.0'
}

0 comments on commit 0911932

Please sign in to comment.