Skip to content

Commit 44e0f25

Browse files
committed
missing assets added
1 parent c69548b commit 44e0f25

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

tapcardformkit/build.gradle

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -143,17 +143,15 @@ afterEvaluate {
143143
publications {
144144
create("release", MavenPublication) {
145145
// Publish AAR
146-
artifact("$buildDir/outputs/aar/${project.name}-release.aar") {
147-
builtBy tasks.named("assembleRelease")
148-
}
146+
artifact(tasks.named("bundleReleaseAar"))
149147

150148
// Attach sources and javadoc
151149
artifact(tasks.named("releaseSourcesJar"))
152150
artifact(tasks.named("releaseJavadoc"))
153151

154152
groupId = "com.github.Tap-Payments"
155153
artifactId = "Card-Android"
156-
version = "1.0.9.8"
154+
version = "1.0.9.9"
157155

158156
// Variant-aware: ensure dependencies are included in POM
159157
pom.withXml {

0 commit comments

Comments
 (0)