We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9584eb5 commit 948a453Copy full SHA for 948a453
build.gradle
@@ -29,23 +29,20 @@ task clean(type: Delete) {
29
30
ext {
31
// Sdk and tools
32
- compile_sdk_version = 26
33
- build_tools_version = '26.0.0'
+ compile_sdk_version = 27
34
min_sdk_version = 14
35
- target_sdk_version = 26
+ target_sdk_version = 27
36
37
version_code = 1_013_005
38
version_name = '1.13.5'// E.g 1.9.72 => 1,009,072
39
40
// App dependencies
41
- support_version = '26.1.0'
+ support_version = '27.0.2'
42
43
leakcanary_version = '1.5.4'
44
45
junit_version = '4.12'
46
robolectric_version = '3.1.2'
47
-
48
- trauteVersion = '1.1.8'
49
}
50
51
0 commit comments