Skip to content

Commit

Permalink
chore: remove dependency comments from build.gradle
Browse files Browse the repository at this point in the history
  • Loading branch information
CAMOBAP authored Jul 17, 2024
1 parent d2c9e95 commit daec805
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion example-app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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')}"
Expand Down
1 change: 0 additions & 1 deletion example-compose-app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down

0 comments on commit daec805

Please sign in to comment.