mark smart-exception dependency as api

This commit is contained in:
Taner Sener 2022-09-29 22:26:40 +01:00
parent 806e1c2a47
commit e3bc7127bc
3 changed files with 3 additions and 3 deletions

View File

@ -50,7 +50,7 @@ task javadoc(type: Javadoc) {
}
dependencies {
implementation 'com.arthenica:smart-exception-java:0.2.1'
api 'com.arthenica:smart-exception-java:0.2.1'
testImplementation "androidx.test.ext:junit:1.1.3"
testImplementation 'org.json:json:20220320'
}

View File

@ -50,7 +50,7 @@ task javadoc(type: Javadoc) {
}
dependencies {
implementation 'com.arthenica:smart-exception-java:0.2.1'
api 'com.arthenica:smart-exception-java:0.2.1'
testImplementation "androidx.test.ext:junit:1.1.3"
testImplementation 'org.json:json:20220320'
}

View File

@ -50,7 +50,7 @@ task javadoc(type: Javadoc) {
}
dependencies {
implementation 'com.arthenica:smart-exception-java:0.2.1'
api 'com.arthenica:smart-exception-java:0.2.1'
testImplementation "androidx.test.ext:junit:1.1.3"
testImplementation 'org.json:json:20220320'
}