diff --git a/app/build.gradle b/app/build.gradle index a72c8fc..efed15d 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -1,13 +1,14 @@ -apply plugin: 'com.android.application' +apply plugin: 'com.android.library' apply plugin: 'kotlin-android' apply plugin: 'kotlin-android-extensions' +apply plugin: 'com.github.dcendents.android-maven' +group='com.github.sjd753' android { compileSdkVersion 29 buildToolsVersion "29.0.3" defaultConfig { - applicationId "com.sjd.animatedbottomnavigation" minSdkVersion 21 targetSdkVersion 29 versionCode 1 diff --git a/build.gradle b/build.gradle index 61f9853..2d2099a 100644 --- a/build.gradle +++ b/build.gradle @@ -10,7 +10,7 @@ buildscript { dependencies { classpath 'com.android.tools.build:gradle:3.6.1' classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version" - + classpath 'com.github.dcendents:android-maven-gradle-plugin:2.1' // NOTE: Do not place your application dependencies here; they belong // in the individual module build.gradle files }