Closed danielpassos closed 7 years ago
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 :
build.gradle
allprojects { repositories { jcenter() maven { url "https://oss.sonatype.org/content/repositories/comfeedhenry-1021/" } } }
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
@pb82 That is not so simple, when it got merged I'm going to release a new version. See FH-3739
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
: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