Skip to content

Commit

Permalink
Merge branch 'master' into in-foreground-fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
fractalwrench committed Dec 14, 2018
2 parents 25d009c + dca07c0 commit 0de6d2a
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 1 deletion.
2 changes: 2 additions & 0 deletions examples/sdk-app-example/build.gradle
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
buildscript {
repositories {
google()
mavenCentral()
jcenter()
}
dependencies {
Expand All @@ -15,6 +16,7 @@ apply plugin: 'kotlin-android'

repositories {
google()
mavenCentral()
jcenter()
}

Expand Down
2 changes: 2 additions & 0 deletions features/fixtures/mazerunner/build.gradle
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
repositories {
google()
mavenCentral()
jcenter()
flatDir {
dirs 'libs'
Expand All @@ -10,6 +11,7 @@ apply plugin: 'com.android.application'
buildscript {
repositories {
google()
mavenCentral()
jcenter()
}
ext.kotlin_version = '1.2.30'
Expand Down
3 changes: 2 additions & 1 deletion ndk/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,9 @@ apply plugin: 'com.jfrog.bintray'
archivesBaseName = "bugsnag-android-ndk"

repositories {
jcenter()
google()
mavenCentral()
jcenter()
}

android {
Expand Down
1 change: 1 addition & 0 deletions sdk/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ apply plugin: 'kotlin-android'

repositories {
google()
mavenCentral()
jcenter()
}

Expand Down

0 comments on commit 0de6d2a

Please sign in to comment.