Skip to content
This repository has been archived by the owner on Sep 14, 2020. It is now read-only.

Commit

Permalink
Merge pull request #179 from bugsnag/google-maven-updates
Browse files Browse the repository at this point in the history
update for google maven repo
  • Loading branch information
fractalwrench authored Nov 7, 2017
2 parents 0252b7a + f2b3c76 commit 30e5177
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 1 deletion.
18 changes: 18 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,23 @@
Changelog
=========

## 2.6.0 (2017-11-07)

#### IMPORTANT UPGRADE NOTE:
Please ensure that Google's maven repository is specified in your `android/build.gradle`:

```
allprojects {
repositories {
maven { url 'https://maven.google.com' }
}
}
```

* (Android) Compile annotations dependency as api rather than implementation
* (Android) [Support missing case in handled/unhandled tracker](https://github.com/bugsnag/bugsnag-android/pull/208)


## 2.5.4 (2017-11-06)

* Update Cocoa code to fix archive issue on older versions of XCode
Expand Down
2 changes: 1 addition & 1 deletion android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,6 @@ android {
}

dependencies {
compile 'com.bugsnag:bugsnag-android:4.1.2'
compile 'com.bugsnag:bugsnag-android:4.1.3'
compile 'com.facebook.react:react-native:0.20.1'
}
1 change: 1 addition & 0 deletions examples/codepush/android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ allprojects {
repositories {
mavenLocal()
jcenter()
maven { url 'https://maven.google.com' }
maven {
// All of React Native (JS, Obj-C sources, Android binaries) is installed from npm
url "$rootDir/../node_modules/react-native/android"
Expand Down

0 comments on commit 30e5177

Please sign in to comment.