diff --git a/.idea/caches/build_file_checksums.ser b/.idea/caches/build_file_checksums.ser index 8c2d75e..729d7d3 100644 Binary files a/.idea/caches/build_file_checksums.ser and b/.idea/caches/build_file_checksums.ser differ diff --git a/build.gradle b/build.gradle index 153a2c8..43035a6 100644 --- a/build.gradle +++ b/build.gradle @@ -1,24 +1,9 @@ // Top-level build file where you can add configuration options common to all sub-projects/modules. - buildscript { repositories { - jcenter() - google() + mavenCentral() } dependencies { - classpath 'com.android.tools.build:gradle:3.1.0' - - // NOTE: Do not place your application dependencies here; they belong - // in the individual module build.gradle files + classpath 'com.github.dcendents:android-maven-gradle-plugin:2.0' } -} - -allprojects { - repositories { - jcenter() - } -} - -task clean(type: Delete) { - delete rootProject.buildDir -} +} \ No newline at end of file diff --git a/fragment/build.gradle b/fragment/build.gradle index 0b846aa..11e952b 100644 --- a/fragment/build.gradle +++ b/fragment/build.gradle @@ -1,4 +1,23 @@ apply plugin: 'com.android.library' +apply plugin: 'com.github.dcendents.android-maven' +group='com.github.marksalpeter' + +buildscript { + repositories { + jcenter() + google() + } + dependencies { + classpath 'com.android.tools.build:gradle:3.1.0' + } +} + +allprojects { + repositories { + jcenter() + google() + } +} android { compileSdkVersion 25