Skip to content

Commit

Permalink
fix: Android build error
Browse files Browse the repository at this point in the history
  • Loading branch information
LichKing-2234 committed May 20, 2021
1 parent 9477b59 commit 3af4476
Showing 1 changed file with 8 additions and 6 deletions.
14 changes: 8 additions & 6 deletions android/build.gradle
Expand Up @@ -18,6 +18,14 @@ buildscript {
}
}

rootProject.allprojects {
repositories {
mavenCentral()
google()
maven { url 'https://www.jitpack.io' }
}
}

apply plugin: 'com.android.library'
apply plugin: 'kotlin-android'

Expand All @@ -41,12 +49,6 @@ android {
}
}

repositories {
mavenCentral()
google()
maven { url 'https://www.jitpack.io' }
}

dependencies {
api 'com.github.agorabuilder:native-full-sdk:3.4.2'

Expand Down

0 comments on commit 3af4476

Please sign in to comment.