Skip to content

Commit a73e4ec

Browse files
commit maven classpath
1 parent 9211868 commit a73e4ec

File tree

3 files changed

+4
-1
lines changed

3 files changed

+4
-1
lines changed

.idea/misc.xml

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

bottomnavlibrary/build.gradle

+2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
11
apply plugin: 'com.android.library'
2+
apply plugin: 'com.github.dcendents.android-maven'
3+
group='com.github.GitEliteNovice'
24

35
android {
46
compileSdkVersion 29

build.gradle

+1
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ buildscript {
1010
dependencies {
1111
classpath 'com.android.tools.build:gradle:3.4.1'
1212
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version"
13+
classpath 'com.github.dcendents:android-maven-gradle-plugin:2.1'
1314
// NOTE: Do not place your application dependencies here; they belong
1415
// in the individual module build.gradle files
1516
}

0 commit comments

Comments
 (0)