File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ android {
2525}
2626
2727dependencies {
28- compileOnly ' com.android.support:support-v4:27.1.1 '
28+ compileOnly rootProject . appcompat_v7
2929}
3030
3131apply from : ' bintray.gradle'
Original file line number Diff line number Diff line change @@ -23,6 +23,6 @@ android {
2323dependencies {
2424// implementation 'me.jessyan:autosize:0.9.5'
2525 implementation project(' :autosize' )
26- implementation ' com.android.support:appcompat-v7:27.1.1 '
26+ implementation rootProject . appcompat_v7
2727 testImplementation ' junit:junit:4.12'
2828}
Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ android {
2323dependencies {
2424// implementation 'me.jessyan:autosize:0.9.5'
2525 implementation project(' :autosize' )
26- implementation ' com.android.support:appcompat-v7:27.1.1 '
26+ implementation rootProject . appcompat_v7
2727 implementation ' cat.ereza:customactivityoncrash:2.2.0'
2828 testImplementation ' junit:junit:4.12'
2929}
You can’t perform that action at this time.
0 commit comments