mark smart-exception dependency as api

pull/583/head
Taner Sener 3 years ago
parent 806e1c2a47
commit e3bc7127bc
  1. 2
      android/ffmpeg-kit-android-lib/build.gradle
  2. 2
      tools/android/build.gradle
  3. 2
      tools/android/build.lts.gradle

@ -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'
}

@ -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'
}

@ -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'
}

Loading…
Cancel
Save