Skip to content

Commit b050dcd

Browse files
committed
see 11/25 log
1 parent 98fb549 commit b050dcd

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

app/build.gradle

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,6 @@ dependencies {
5353
implementation project(':subutil')
5454

5555
implementation "com.android.support:appcompat-v7:$support_version"
56-
implementation "com.android.support:support-v4:$support_version"
5756
implementation "com.android.support:design:$support_version"
5857

5958
implementation 'com.r0adkll:slidableactivity:2.0.5'

readme.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ import groovy.transform.Field
33
@Field LINE_SEP = System.getProperty("line.separator")
44
@Field LONG_SPACE = " "
55

6-
task readmeTask << {
6+
task readmeTask {
77
def readmeCN = file("./utilcode/README-CN.md")
88
def readmeEng = file("./utilcode/README.md")
99
readmeOfUtilCode2Eng(readmeCN, readmeEng)

0 commit comments

Comments
 (0)