Skip to content

Commit

Permalink
Remove ext block from project b uild file. Definitions are in version…
Browse files Browse the repository at this point in the history
…s.gradle (#821)
  • Loading branch information
cloudbank authored Apr 8, 2020
1 parent 7057c6f commit 9df8b47
Showing 1 changed file with 0 additions and 20 deletions.
20 changes: 0 additions & 20 deletions BasicRxJavaSampleKotlin/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -39,23 +39,3 @@ task clean(type: Delete) {
delete rootProject.buildDir
}

// Define versions in a single place
ext {
// Sdk and tools
minSdkVersion = 15
targetSdkVersion = 26
compileSdkVersion = 26
buildToolsVersion = '26.0.1'

// App dependencies
supportLibraryVersion = '26.0.2'
junitVersion = '4.12'
mockitoVersion = '1.10.19'
hamcrestVersion = '1.3'
runnerVersion = '1.0.1'
rulesVersion = '1.0.1'
espressoVersion = '3.0.1'
architectureComponentsVersion = "1.0.0-alpha9"
rxjavaVersion = "2.1.3"
rxandroidVersion = "2.0.1"
}

0 comments on commit 9df8b47

Please sign in to comment.