diff --git a/build.gradle b/build.gradle index a680d65..791b4be 100644 --- a/build.gradle +++ b/build.gradle @@ -14,7 +14,7 @@ buildscript { classpath 'com.neenbedankt.gradle.plugins:android-apt:1.8' classpath 'me.tatarka:gradle-retrolambda:3.3.0-beta4' - classpath 'com.jfrog.bintray.gradle:gradle-bintray-plugin:1.6' + classpath 'com.jfrog.bintray.gradle:gradle-bintray-plugin:1.7.1' classpath 'com.github.dcendents:android-maven-gradle-plugin:1.3' // NOTE: Do not place your application dependencies here; they belong // in the individual module build.gradle files diff --git a/gallerymodule/build.gradle b/gallerymodule/build.gradle index a10fba1..a8e9aaa 100644 --- a/gallerymodule/build.gradle +++ b/gallerymodule/build.gradle @@ -91,7 +91,7 @@ dependencies { compile "com.android.support:recyclerview-v7:$SUPPORT_LIBRARY_VERSION" //Dexter (permissions) - compile 'com.karumi:dexter:2.2.2' + compile 'com.karumi:dexter:2.3.0' //Glide compile 'com.github.bumptech.glide:glide:3.7.0' diff --git a/gallerymodule/src/main/AndroidManifest.xml b/gallerymodule/src/main/AndroidManifest.xml index 3ddf739..3fcd29e 100644 --- a/gallerymodule/src/main/AndroidManifest.xml +++ b/gallerymodule/src/main/AndroidManifest.xml @@ -1,5 +1,5 @@ + package="es.guiguegon.gallerymodule">