Skip to content

Commit

Permalink
lib configurations 1
Browse files Browse the repository at this point in the history
  • Loading branch information
shahrukhahmed94 committed Dec 29, 2024
1 parent 18aa127 commit 644d549
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 5 deletions.
9 changes: 5 additions & 4 deletions AICardDetector/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -101,14 +101,15 @@ publishing {
publications {
maven(MavenPublication) {
groupId = 'com.github.shahrukhahmed94'
artifactId = 'com-shahrukhahmed94-aicarddetector'
version = "1.0.1"
artifactId = 'AICardDetector'
version = "1.0.2"
pom {
description = 'First release'
description = 'Second release'
}
}
}
repositories {
mavenLocal()
}
}
}

4 changes: 3 additions & 1 deletion app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -59,8 +59,10 @@ dependencies {
implementation project(':AICardDetector')




//My Lib
//implementation("com.github.shahrukhahmed94:AICardDetector:1.0.0")
//implementation("com.github.shahrukhahmed94:AICardDetector:1.0.1")

// Accompanist Permission manager Dependency
implementation("com.google.accompanist:accompanist-permissions:0.33.2-alpha")
Expand Down
1 change: 1 addition & 0 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
[versions]
agp = "8.4.0"
aicarddetector = "1.0.1"
kotlin = "1.9.0"
coreKtx = "1.15.0"
junit = "4.13.2"
Expand Down

0 comments on commit 644d549

Please sign in to comment.