Skip to content

Commit

Permalink
Fix gradle sync
Browse files Browse the repository at this point in the history
  • Loading branch information
phildupuis committed Oct 30, 2024
1 parent 9714eb0 commit 501edfb
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions android/build.gradle
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
buildscript {
repositories {
google() // Ensure Google repository is available
mavenCentral()
}
dependencies {
classpath 'com.android.tools.build:gradle:8.1.0' // Use the appropriate version
}
}

apply plugin: 'com.android.library'

def safeExtGet(prop, fallback) {
Expand Down

0 comments on commit 501edfb

Please sign in to comment.