forked from openMF/mifos-x-field-officer-app
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathbuild.gradle
More file actions
29 lines (26 loc) · 769 Bytes
/
build.gradle
File metadata and controls
29 lines (26 loc) · 769 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
// Top-level build file where you can add configuration options common to all sub-projects/modules.
task clean(type: Delete) {
delete rootProject.buildDir
}
// Define versions in a single place
ext {
// Sdk and tools
minSdkVersion = 15
targetSdkVersion = 27
compileSdkVersion = 27
buildToolsVersion = '27.0.3'
// App dependencies
supportLibraryVersion = '27.1.1'
playServicesVersion = '10.0.1'
mapUtilsServices = '0.4.2'
daggerVersion = '2.2'
raizLabsDBFlow = '3.1.1'
espressoVersion = '2.2.2'
runnerVersion = '0.4.1'
rulesVersion = '0.4.1'
retrofitVersionLatest = '2.1.0'
okHttp3Version = '3.5.0'
flipTableVersion = '1.0.1'
butterKnifeVersion = '8.0.1'
mifosPasscodeVersion = '0.3.0'
}