diff --git a/build.gradle b/build.gradle index 134d5fe..f90dfb0 100644 --- a/build.gradle +++ b/build.gradle @@ -9,7 +9,7 @@ buildscript { // 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:1.5' + classpath 'com.github.dcendents:android-maven-gradle-plugin:1.5' } } diff --git a/siberiadante/build.gradle b/siberiadante/build.gradle index d5c0e51..250be5b 100644 --- a/siberiadante/build.gradle +++ b/siberiadante/build.gradle @@ -1,6 +1,7 @@ apply plugin: 'com.android.library' -//apply plugin: 'com.github.dcendents.android-maven' -//group = 'com.github.SiberiaDante' +apply plugin: 'com.github.dcendents.android-maven' + +group='com.github.SiberiaDante' android { compileSdkVersion 24 buildToolsVersion '25.0.0'