This is my found library for image gallery here!.. I don't know about this error
https://i.stack.imgur.com/HSudY.png
this is my code on gradle
build.gradle
apply plugin: 'com.android.library'
apply from: 'maven-push.gradle'
android {
compileSdkVersion 23
buildToolsVersion "23.0.3"
defaultConfig {
minSdkVersion 14
targetSdkVersion 23
versionCode 15
versionName "0.0.15"
}
buildTypes {
release {
minifyEnabled false
proguardFiles getDefaultProguardFile('proguard-android.txt'), 'proguard-rules.pro'
}
}
}
ext {
supportLibVersion = '23.4.0'
}
dependencies {
compile "com.android.support:appcompat-v7:${supportLibVersion}"
compile "com.android.support:recyclerview-v7:${supportLibVersion}"
}
anyone can help me?