We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 98fb549 commit b050dcdCopy full SHA for b050dcd
app/build.gradle
@@ -53,7 +53,6 @@ dependencies {
53
implementation project(':subutil')
54
55
implementation "com.android.support:appcompat-v7:$support_version"
56
- implementation "com.android.support:support-v4:$support_version"
57
implementation "com.android.support:design:$support_version"
58
59
implementation 'com.r0adkll:slidableactivity:2.0.5'
readme.gradle
@@ -3,7 +3,7 @@ import groovy.transform.Field
3
@Field LINE_SEP = System.getProperty("line.separator")
4
@Field LONG_SPACE = " "
5
6
-task readmeTask << {
+task readmeTask {
7
def readmeCN = file("./utilcode/README-CN.md")
8
def readmeEng = file("./utilcode/README.md")
9
readmeOfUtilCode2Eng(readmeCN, readmeEng)
0 commit comments