Skip to content

Commit 389472e

Browse files
committed
see 06/30 log
1 parent c8b2c8d commit 389472e

File tree

3 files changed

+21
-22
lines changed

3 files changed

+21
-22
lines changed

build.gradle

Lines changed: 1 addition & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -1,26 +1,6 @@
11
// Top-level build file where you can add configuration options common to all sub-projects/modules.
22
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'
244
repositories {
255
google()
266
jcenter()

settings.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
include ':app',
22
':buildSrc',
33
':subutil',
4-
':utilcode'
4+
':utilcode'

version.gradle

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
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+
}

0 commit comments

Comments
 (0)