summaryrefslogtreecommitdiff
path: root/tlsexternalcertprovider
diff options
context:
space:
mode:
Diffstat (limited to 'tlsexternalcertprovider')
-rw-r--r--tlsexternalcertprovider/build.gradle4
1 files changed, 3 insertions, 1 deletions
diff --git a/tlsexternalcertprovider/build.gradle b/tlsexternalcertprovider/build.gradle
index 2fda4308..ee86ed6d 100644
--- a/tlsexternalcertprovider/build.gradle
+++ b/tlsexternalcertprovider/build.gradle
@@ -3,7 +3,9 @@
* Distributed under the GNU GPL v2 with additional terms. For full terms see the file doc/LICENSE.txt
*/
-apply plugin: 'com.android.application'
+plugins {
+ alias libs.plugins.android.application
+}
ext {
bouncycastleVersion = '1.49'