Skip to content

Commit 075b886

Browse files
committed
see 07/19 log
1 parent 3088b0f commit 075b886

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

app/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@ plugins {
22
id "com.android.application"
33
}
44

5+
// in config.gradle
56
configAndroidDomain project
6-
77
configAppDependencies project

subutil/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,6 @@ apply {
33
from('readme.gradle')
44
}
55

6+
// in config.gradle
67
configAndroidDomain project
7-
88
configSubUtilDependencies project

utilcode/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@ plugins {
55
id "tech.harmonysoft.oss.traute" version "1.1.8"
66
}
77

8+
// in config.gradle
89
configAndroidDomain project
9-
1010
configUtilCodeDependencies project
1111

1212
apply {

0 commit comments

Comments
 (0)