We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d940818 commit 65af2e2Copy full SHA for 65af2e2
README.md
@@ -27,7 +27,7 @@ multiple-images-selector is now available in jcenter.
27
28
Add "multiple-images-selector" as dependency to your app:
29
30
- compile 'com.zfdang.multiple-images-selector:multiple-images-selector:1.1.3'
+ compile 'com.zfdang.multiple-images-selector:multiple-images-selector:1.1.5'
31
32
33
## 2. Initialize Fresco & Add selector activity in your app's manifest
multiple-images-selector/build.gradle
@@ -10,6 +10,10 @@ android {
10
compileSdkVersion rootProject.compileSdkVersion
11
buildToolsVersion rootProject.buildToolsVersion
12
13
+ lintOptions {
14
+ abortOnError false
15
+ }
16
+
17
defaultConfig {
18
minSdkVersion rootProject.minSdkVersion
19
targetSdkVersion rootProject.targetSdkVersion
0 commit comments