Skip to content

Commit

Permalink
Merge pull request #12 from codewith-fun/add/deploy
Browse files Browse the repository at this point in the history
deploy
  • Loading branch information
lkant8 committed Dec 21, 2022
2 parents 1557689 + 5c8a596 commit 6fd9374
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 16 deletions.
30 changes: 15 additions & 15 deletions ccp/build.gradle
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
plugins {
id 'com.android.library'
id 'org.jetbrains.kotlin.android'
// id 'maven-publish'
id 'maven-publish'

}

//group 'com.mcode'
//version '1.1.3'
group 'com.mcode'
version '1.1.3'


android {
Expand Down Expand Up @@ -68,15 +68,15 @@ dependencies {

}

//afterEvaluate {
// publishing {
// publications( {
// release(MavenPublication) {
// from components.release
// groupId = 'com.mcode'
// artifactId = 'Country-Code-picker'
// version = '1.0'
// }
// })
// }
//}
afterEvaluate {
publishing {
publications( {
release(MavenPublication) {
from components.release
groupId = 'com.mcode'
artifactId = 'Country-Code-picker'
version = '1.0'
}
})
}
}
2 changes: 1 addition & 1 deletion gradle/wrapper/gradle-wrapper.properties
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#Mon Oct 17 15:59:11 CEST 2022
distributionBase=GRADLE_USER_HOME
distributionUrl=https\://services.gradle.org/distributions/gradle-7.1.0-bin.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-7.3.3-bin.zip
distributionPath=wrapper/dists
zipStorePath=wrapper/dists
zipStoreBase=GRADLE_USER_HOME

0 comments on commit 6fd9374

Please sign in to comment.