File tree Expand file tree Collapse file tree 3 files changed +21
-22
lines changed Expand file tree Collapse file tree 3 files changed +21
-22
lines changed Original file line number Diff line number Diff line change 1
1
// Top-level build file where you can add configuration options common to all sub-projects/modules.
2
2
buildscript {
3
-
4
- ext{
5
- // Sdk and tools
6
- compile_sdk_version = 27
7
- min_sdk_version = 14
8
- target_sdk_version = 27
9
-
10
- version_code = 1_017_002
11
- version_name = ' 1.17.2' // E.g 1.9.72 => 1,009,072
12
-
13
- // App dependencies
14
- support_version = ' 27.1.0'
15
-
16
- leakcanary_version = ' 1.5.4'
17
- gson_version = ' 2.8.2'
18
- glide_version = ' 4.7.1'
19
-
20
- junit_version = ' 4.12'
21
- robolectric_version = ' 3.1.2'
22
- }
23
-
3
+ apply from : ' version.gradle'
24
4
repositories {
25
5
google()
26
6
jcenter()
Original file line number Diff line number Diff line change 1
1
include ' :app' ,
2
2
' :buildSrc' ,
3
3
' :subutil' ,
4
- ' :utilcode'
4
+ ' :utilcode'
Original file line number Diff line number Diff line change
1
+ ext {
2
+ // Sdk and tools
3
+ compile_sdk_version = 27
4
+ min_sdk_version = 14
5
+ target_sdk_version = 27
6
+
7
+ version_code = 1_017_002
8
+ version_name = ' 1.17.2' // E.g 1.9.72 => 1,009,072
9
+
10
+ // App dependencies
11
+ support_version = ' 27.1.0'
12
+
13
+ leakcanary_version = ' 1.5.4'
14
+ gson_version = ' 2.8.2'
15
+ glide_version = ' 4.7.1'
16
+
17
+ junit_version = ' 4.12'
18
+ robolectric_version = ' 3.1.2'
19
+ }
You can’t perform that action at this time.
0 commit comments