Skip to content

Commit 8f9cf60

Browse files
author
mahdi
committed
add maven publish **
1 parent cb7280d commit 8f9cf60

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

FilePicker/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -67,8 +67,8 @@ dependencies {
6767
publishing {
6868
publications {
6969
release(MavenPublication) {
70-
groupId = "mahdiasd.bottomdialogfilepicker"
71-
artifactId = "compose_bottom_dialog_file_picker"
70+
groupId = "com.mahdiasd.filepicker"
71+
artifactId = "FilePicker"
7272
version = "2.2.9"
7373

7474
afterEvaluate {

build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
// Top-level build file where you can add configuration options common to all sub-projects/modules.
22
plugins {
3-
id 'com.android.application' version '8.0.2' apply false
4-
id 'com.android.library' version '8.0.2' apply false
3+
id 'com.android.application' version '7.3.1' apply false
4+
id 'com.android.library' version '7.3.1' apply false
55
id 'org.jetbrains.kotlin.android' version '1.7.10' apply false
66

77
}

0 commit comments

Comments
 (0)