From e3bc7127bc49f6ad3a27a08081593ab07ffff22b Mon Sep 17 00:00:00 2001 From: Taner Sener Date: Thu, 29 Sep 2022 22:26:40 +0100 Subject: [PATCH] mark smart-exception dependency as api --- android/ffmpeg-kit-android-lib/build.gradle | 2 +- tools/android/build.gradle | 2 +- tools/android/build.lts.gradle | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/android/ffmpeg-kit-android-lib/build.gradle b/android/ffmpeg-kit-android-lib/build.gradle index b089d56..43c84dd 100644 --- a/android/ffmpeg-kit-android-lib/build.gradle +++ b/android/ffmpeg-kit-android-lib/build.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' } diff --git a/tools/android/build.gradle b/tools/android/build.gradle index b089d56..43c84dd 100644 --- a/tools/android/build.gradle +++ b/tools/android/build.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' } diff --git a/tools/android/build.lts.gradle b/tools/android/build.lts.gradle index ca4a5bf..869072b 100644 --- a/tools/android/build.lts.gradle +++ b/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' }