Skip to content

Commit 5124cc5

Browse files
committed
tag v1.2
1 parent 4fdbf0c commit 5124cc5

File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-0
lines changed

app/build.gradle

+4
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,10 @@ android {
1717
proguardFiles getDefaultProguardFile('proguard-android.txt'), 'proguard-rules.pro'
1818
}
1919
}
20+
21+
lintOptions{
22+
abortOnError false
23+
}
2024
}
2125
repositories {
2226
maven { url "https://oss.sonatype.org/content/repositories/snapshots/" }

dialogplus/build.gradle

+4
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,10 @@ android {
1010
versionCode 1
1111
versionName "1.0"
1212
}
13+
14+
lintOptions{
15+
abortOnError false
16+
}
1317
}
1418

1519
apply from: '../maven_push.gradle'

0 commit comments

Comments
 (0)