Skip to content

Commit bb94853

Browse files
fix comment and test cases
1 parent fe72549 commit bb94853

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

build.gradle

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,12 +54,13 @@ repositories {
5454
dependencies {
5555
// Changed from 'api' to 'compileOnly' to avoid invalid POM issues
5656
compileOnly files('libs/reveal-1.4.22-android12.aar')
57+
testImplementation files('libs/reveal-1.4.22-android12.aar')
5758

5859
// If ever published as a proper Maven artifact, you can switch to:
5960
// api 'com.revealmobile:reveal:1.4.22'
6061
}
6162

62-
// Remove invalid dependency blocks from the published POM
63+
// Remove invalid dependency blocks from the published POM
6364
afterEvaluate {
6465
publishing {
6566
publications {

0 commit comments

Comments
 (0)