mark smart-exception dependency as api
This commit is contained in:
parent
806e1c2a47
commit
e3bc7127bc
|
@ -50,7 +50,7 @@ task javadoc(type: Javadoc) {
|
||||||
}
|
}
|
||||||
|
|
||||||
dependencies {
|
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 "androidx.test.ext:junit:1.1.3"
|
||||||
testImplementation 'org.json:json:20220320'
|
testImplementation 'org.json:json:20220320'
|
||||||
}
|
}
|
||||||
|
|
|
@ -50,7 +50,7 @@ task javadoc(type: Javadoc) {
|
||||||
}
|
}
|
||||||
|
|
||||||
dependencies {
|
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 "androidx.test.ext:junit:1.1.3"
|
||||||
testImplementation 'org.json:json:20220320'
|
testImplementation 'org.json:json:20220320'
|
||||||
}
|
}
|
||||||
|
|
|
@ -50,7 +50,7 @@ task javadoc(type: Javadoc) {
|
||||||
}
|
}
|
||||||
|
|
||||||
dependencies {
|
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 "androidx.test.ext:junit:1.1.3"
|
||||||
testImplementation 'org.json:json:20220320'
|
testImplementation 'org.json:json:20220320'
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue
Block a user