File tree Expand file tree Collapse file tree 4 files changed +4
-7
lines changed
customedittextoutlinedborder Expand file tree Collapse file tree 4 files changed +4
-7
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -10,6 +10,7 @@ buildscript {
1010 classpath(ClassPaths .gradlePlugin)
1111 classpath(ClassPaths .kotlinPlugin)
1212 classpath(ClassPaths .googleServicesPlugin)
13+ classpath(ClassPaths .githubMaven)
1314 // NOTE: Do not place your application dependencies here; they belong
1415 // in the individual module build.gradle.kts files
1516 }
Original file line number Diff line number Diff line change @@ -53,6 +53,7 @@ object ClassPaths {
5353 const val gradlePlugin = " com.android.tools.build:gradle:${Versions .gradlePlugin} "
5454 const val kotlinPlugin = " org.jetbrains.kotlin:kotlin-gradle-plugin:${Versions .kotlin} "
5555 const val googleServicesPlugin = " com.google.gms:google-services:${Versions .googleServicesPlugin} "
56+ const val githubMaven = " com.github.dcendents:android-maven-gradle-plugin:2.1"
5657}
5758
5859/* *
Original file line number Diff line number Diff line change @@ -4,6 +4,7 @@ apply plugin: 'kotlin-android-extensions'
44apply plugin : ' kotlin-kapt'
55
66apply plugin : ' maven-publish'
7+ apply plugin : ' com.github.dcendents.android-maven'
78
89android {
910 compileSdkVersion 29
@@ -48,7 +49,7 @@ def getArtificatId = { ->
4849publishing {
4950 publications {
5051 bar(MavenPublication ) {
51- groupId ' shweta. com' // Replace with group ID
52+ groupId ' com.github.simformsolutions ' // Replace with group ID
5253 artifactId getArtificatId()
5354 version getVersionName()
5455 artifact(" $buildDir /outputs/aar/${ getArtificatId()} -release.aar" )
You can’t perform that action at this time.
0 commit comments