joshdholtz / Sentry-Android

[Deprecated] Use official "raven-java" library
https://github.com/getsentry/sentry-java
MIT License
180 stars 48 forks source link

Gradle-ify and Android Studio-ify #29

Closed joshdholtz closed 8 years ago

joshdholtz commented 8 years ago

I think this solves #26 and #28. I am not 100% sure I did everything right yet but if you all could try this out that would be great :grin:

Link to build: https://bintray.com/joshdholtz/maven/sentry-android/1.2.0/view

Directions (for now)

I am not sure if I did this right but for now add...

repositories {
    maven {
        url 'https://dl.bintray.com/joshdholtz/maven/'
    }
}

and

compile 'com.joshdholtz.sentry:sentry-android:1.2.0'
Gregadeaux commented 8 years ago

@joshdholtz :+1: Gradle build succeeds

Christophe31 commented 8 years ago

Awesome feature! I'm not sure I would have put the .idea or the .gradle folder in the VCS.

I looked for the good practice… It looks like some .idea files should be versioned… http://stackoverflow.com/a/17803964/267364

joshdholtz commented 8 years ago

Thanks for the feedback @Christophe31! I will remove those... I have been out of the Android game for so long but trying to get back into it :innocent: