We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fe72549 commit bb94853Copy full SHA for bb94853
1 file changed
build.gradle
@@ -54,12 +54,13 @@ repositories {
54
dependencies {
55
// Changed from 'api' to 'compileOnly' to avoid invalid POM issues
56
compileOnly files('libs/reveal-1.4.22-android12.aar')
57
+ testImplementation files('libs/reveal-1.4.22-android12.aar')
58
59
// If ever published as a proper Maven artifact, you can switch to:
60
// api 'com.revealmobile:reveal:1.4.22'
61
}
62
-// ✨ Remove invalid dependency blocks from the published POM
63
+// Remove invalid dependency blocks from the published POM
64
afterEvaluate {
65
publishing {
66
publications {
0 commit comments