Skip to content

Commit 948a453

Browse files
committed
see 03/23 log
1 parent 9584eb5 commit 948a453

File tree

1 file changed

+3
-6
lines changed

1 file changed

+3
-6
lines changed

build.gradle

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -29,23 +29,20 @@ task clean(type: Delete) {
2929

3030
ext {
3131
// Sdk and tools
32-
compile_sdk_version = 26
33-
build_tools_version = '26.0.0'
32+
compile_sdk_version = 27
3433
min_sdk_version = 14
35-
target_sdk_version = 26
34+
target_sdk_version = 27
3635

3736
version_code = 1_013_005
3837
version_name = '1.13.5'// E.g 1.9.72 => 1,009,072
3938

4039
// App dependencies
41-
support_version = '26.1.0'
40+
support_version = '27.0.2'
4241

4342
leakcanary_version = '1.5.4'
4443

4544
junit_version = '4.12'
4645
robolectric_version = '3.1.2'
47-
48-
trauteVersion = '1.1.8'
4946
}
5047

5148

0 commit comments

Comments
 (0)