feedhenry / fh-android-sdk

FeedHenry Android SDK
Apache License 2.0
5 stars 16 forks source link

Check if connection tags is disabled #105

Closed danielpassos closed 7 years ago

danielpassos commented 7 years ago

How to test it

Using this changes

I have shipped a pre-release version on Sonatype. You can use that in your test.

Add the following line in the root build.gradle :

allprojects {
    repositories {
        jcenter()
        maven { url "https://oss.sonatype.org/content/repositories/comfeedhenry-1029/" }
    }
}

Step by step to reproduce

PS: It isn't going to kill. The app is displayed loading forever. There is an issue (FH-3738) to fix it in the in the helloworld-android-gradle