Skip to content

Commit

Permalink
fix maven central publish
Browse files Browse the repository at this point in the history
  • Loading branch information
lkant8 committed Dec 21, 2022
1 parent e80d3ac commit 5a25936
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 15 deletions.
2 changes: 1 addition & 1 deletion app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ android {
compileSdk 33

defaultConfig {
applicationId "com.mcode.ccp"
applicationId "com.mcode.dccp"
minSdk 21
targetSdk 33
versionCode 1
Expand Down
2 changes: 1 addition & 1 deletion app/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="com.mcode.ccp">
package="com.mcode.dccp">

<application
android:allowBackup="true"
Expand Down
26 changes: 13 additions & 13 deletions ccp/build.gradle
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
plugins {
id 'com.android.library'
id 'org.jetbrains.kotlin.android'
id 'maven-publish'
// id 'maven-publish'

}

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'
// }
// })
// }
//}

0 comments on commit 5a25936

Please sign in to comment.