File tree Expand file tree Collapse file tree 4 files changed +22
-0
lines changed Expand file tree Collapse file tree 4 files changed +22
-0
lines changed Original file line number Diff line number Diff line change
1
+ plugins {
2
+ id " tech.harmonysoft.oss.traute" version ' 1.0.5'
3
+ }
1
4
apply plugin : ' com.android.application'
2
5
3
6
File signPropertiesFile = rootProject. file(' sign/keystore.properties' )
@@ -46,6 +49,9 @@ android {
46
49
}
47
50
}
48
51
52
+ traute {
53
+ javacPluginVersion = trauteVersion
54
+ }
49
55
50
56
dependencies {
51
57
implementation fileTree(include : [' *.jar' ], dir : ' libs' )
Original file line number Diff line number Diff line change 42
42
43
43
junit_version = ' 4.12'
44
44
robolectric_version = ' 3.1.2'
45
+
46
+ trauteVersion = ' 1.0.10'
45
47
}
46
48
47
49
Original file line number Diff line number Diff line change
1
+ plugins {
2
+ id " tech.harmonysoft.oss.traute" version ' 1.0.5'
3
+ }
1
4
apply plugin : ' com.android.library'
2
5
apply plugin : ' jacoco'
3
6
@@ -50,6 +53,10 @@ android {
50
53
}
51
54
}
52
55
56
+ traute {
57
+ javacPluginVersion = trauteVersion
58
+ }
59
+
53
60
dependencies {
54
61
compileOnly " com.android.support:appcompat-v7:$support_version "
55
62
compileOnly " com.android.support:design:$support_version "
Original file line number Diff line number Diff line change
1
+ plugins {
2
+ id " tech.harmonysoft.oss.traute" version ' 1.0.5'
3
+ }
1
4
apply plugin : ' com.android.library'
2
5
apply plugin : ' jacoco'
3
6
@@ -49,6 +52,10 @@ android {
49
52
}
50
53
}
51
54
55
+ traute {
56
+ javacPluginVersion = trauteVersion
57
+ }
58
+
52
59
dependencies {
53
60
compileOnly " com.android.support:appcompat-v7:$support_version "
54
61
compileOnly " com.android.support:design:$support_version "
You can’t perform that action at this time.
0 commit comments