Skip to content

Commit

Permalink
fix :
Browse files Browse the repository at this point in the history
 - rename classes
  • Loading branch information
shwetachauhan-simform committed Feb 10, 2020
1 parent 7c0a197 commit f042844
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 7 deletions.
6 changes: 0 additions & 6 deletions build.gradle

This file was deleted.

1 change: 1 addition & 0 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ buildscript {
classpath(ClassPaths.gradlePlugin)
classpath(ClassPaths.kotlinPlugin)
classpath(ClassPaths.googleServicesPlugin)
classpath(ClassPaths.githubMaven)
// NOTE: Do not place your application dependencies here; they belong
// in the individual module build.gradle.kts files
}
Expand Down
1 change: 1 addition & 0 deletions buildSrc/src/main/kotlin/Dependencies.kt
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,7 @@ object ClassPaths {
const val gradlePlugin = "com.android.tools.build:gradle:${Versions.gradlePlugin}"
const val kotlinPlugin = "org.jetbrains.kotlin:kotlin-gradle-plugin:${Versions.kotlin}"
const val googleServicesPlugin = "com.google.gms:google-services:${Versions.googleServicesPlugin}"
const val githubMaven = "com.github.dcendents:android-maven-gradle-plugin:2.1"
}

/**
Expand Down
3 changes: 2 additions & 1 deletion customedittextoutlinedborder/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ apply plugin: 'kotlin-android-extensions'
apply plugin: 'kotlin-kapt'

apply plugin: 'maven-publish'
apply plugin: 'com.github.dcendents.android-maven'

android {
compileSdkVersion 29
Expand Down Expand Up @@ -48,7 +49,7 @@ def getArtificatId = { ->
publishing {
publications {
bar(MavenPublication) {
groupId 'shweta.com' // Replace with group ID
groupId 'com.github.simformsolutions' // Replace with group ID
artifactId getArtificatId()
version getVersionName()
artifact("$buildDir/outputs/aar/${getArtificatId()}-release.aar")
Expand Down

0 comments on commit f042844

Please sign in to comment.