Skip to content

Commit

Permalink
common gradle fix
Browse files Browse the repository at this point in the history
  • Loading branch information
savepopulation committed Mar 13, 2019
1 parent 7b93715 commit e5884d9
Show file tree
Hide file tree
Showing 46 changed files with 2 additions and 9 deletions.
Binary file modified buildSrc/build/kotlin-build/artifact-difference.tab
Binary file not shown.
Binary file modified buildSrc/build/kotlin-build/artifact-difference.tab.keystream
Binary file not shown.
Binary file not shown.
Binary file modified buildSrc/build/kotlin-build/artifact-difference.tab.len
Binary file not shown.
Binary file modified buildSrc/build/kotlin-build/artifact-difference.tab.values.at
Binary file not shown.
Binary file modified buildSrc/build/kotlin-build/artifact-difference.tab_i
Binary file not shown.
Binary file modified buildSrc/build/kotlin/compileKotlin/build-history.bin
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
@@ -1,2 +1,2 @@
11
5
6
0
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file modified buildSrc/build/kotlin/compileKotlin/last-build.bin
Binary file not shown.
Binary file modified buildSrc/build/libs/buildSrc.jar
Binary file not shown.
7 changes: 0 additions & 7 deletions common.gradle
Expand Up @@ -49,20 +49,13 @@ dependencies {
kapt Libraries.roomCompiler
testAnnotationProcessor Libraries.dagger2Compiler
compileOnly Libraries.javaxAnnotation

/*
implementation(Libraries.fabric) {
transitive = true
}*/
}

configurations.all {
resolutionStrategy.eachDependency { DependencyResolveDetails details ->
def requested = details.requested
if (requested.group == 'org.jetbrains.kotlin') {
details.useVersion Versions.kotlinVersion
} else if (requested.group == 'com.android.support') {
details.useVersion Versions.appCompatVersion
}
}
}

0 comments on commit e5884d9

Please sign in to comment.