Skip to content

Commit 368d607

Browse files
committed
Upgrade appcompat-v7 to v28.0.0
1 parent 65760d7 commit 368d607

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

autosize/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ android {
2525
}
2626

2727
dependencies {
28-
compileOnly 'com.android.support:support-v4:27.1.1'
28+
compileOnly rootProject.appcompat_v7
2929
}
3030

3131
apply from: 'bintray.gradle'

demo-subunits/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,6 @@ android {
2323
dependencies {
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
}

demo/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ android {
2323
dependencies {
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
}

0 commit comments

Comments
 (0)