Skip to content

Commit

Permalink
fix gradle config in order to build example/
Browse files Browse the repository at this point in the history
  • Loading branch information
v-almonacid committed Aug 8, 2020
1 parent 314c778 commit 74220b4
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
5 changes: 0 additions & 5 deletions android/build.gradle
Expand Up @@ -38,11 +38,6 @@ buildscript {
classpath 'com.android.tools.build:gradle:3.4.1'
}
}
repositories {
maven {
google()
}
}
}

apply plugin: 'com.android.library'
Expand Down
4 changes: 4 additions & 0 deletions example/android/build.gradle
Expand Up @@ -11,12 +11,16 @@ buildscript {
repositories {
google()
jcenter()
maven {
url "https://plugins.gradle.org/m2/"
}
}
dependencies {
classpath("com.android.tools.build:gradle:3.4.1")

// NOTE: Do not place your application dependencies here; they belong
// in the individual module build.gradle files
classpath 'gradle.plugin.org.mozilla.rust-android-gradle:plugin:0.8.3'
}
}

Expand Down

0 comments on commit 74220b4

Please sign in to comment.