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+ }
14apply plugin : ' com.android.application'
25
36File signPropertiesFile = rootProject. file(' sign/keystore.properties' )
@@ -46,6 +49,9 @@ android {
4649 }
4750}
4851
52+ traute {
53+ javacPluginVersion = trauteVersion
54+ }
4955
5056dependencies {
5157 implementation fileTree(include : [' *.jar' ], dir : ' libs' )
Original file line number Diff line number Diff line change 4242
4343 junit_version = ' 4.12'
4444 robolectric_version = ' 3.1.2'
45+
46+ trauteVersion = ' 1.0.10'
4547}
4648
4749
Original file line number Diff line number Diff line change 1+ plugins {
2+ id " tech.harmonysoft.oss.traute" version ' 1.0.5'
3+ }
14apply plugin : ' com.android.library'
25apply plugin : ' jacoco'
36
@@ -50,6 +53,10 @@ android {
5053 }
5154}
5255
56+ traute {
57+ javacPluginVersion = trauteVersion
58+ }
59+
5360dependencies {
5461 compileOnly " com.android.support:appcompat-v7:$support_version "
5562 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+ }
14apply plugin : ' com.android.library'
25apply plugin : ' jacoco'
36
@@ -49,6 +52,10 @@ android {
4952 }
5053}
5154
55+ traute {
56+ javacPluginVersion = trauteVersion
57+ }
58+
5259dependencies {
5360 compileOnly " com.android.support:appcompat-v7:$support_version "
5461 compileOnly " com.android.support:design:$support_version "
You can’t perform that action at this time.
0 commit comments