From daec805e534677dedc782be549e1f6a96c7072fe Mon Sep 17 00:00:00 2001 From: Alex Babrykovich Date: Wed, 17 Jul 2024 19:35:11 +0300 Subject: [PATCH] chore: remove dependency comments from build.gradle --- example-app/build.gradle | 1 - example-compose-app/build.gradle | 1 - 2 files changed, 2 deletions(-) diff --git a/example-app/build.gradle b/example-app/build.gradle index a451287..370a801 100644 --- a/example-app/build.gradle +++ b/example-app/build.gradle @@ -44,7 +44,6 @@ android { dependencies { implementation project(path: ':sdk') - // implementation "com.github.hCaptcha.hcaptcha-android-sdk:sdk:main-SNAPSHOT" //noinspection GradleDependency implementation "androidx.appcompat:appcompat:${prop('exampleAppcompatVersion', '1.3.1')}" diff --git a/example-compose-app/build.gradle b/example-compose-app/build.gradle index c1371b4..8f19ed9 100644 --- a/example-compose-app/build.gradle +++ b/example-compose-app/build.gradle @@ -47,7 +47,6 @@ android { dependencies { implementation project(path: ':compose-sdk') - // implementation "com.github.hCaptcha.hcaptcha-android-sdk:compose-sdk:main-SNAPSHOT" implementation "androidx.compose.ui:ui:$compose_version" implementation 'androidx.compose.material3:material3:1.2.1'