googlesamples / easypermissions

Simplify Android M system permissions
https://firebaseopensource.com/projects/googlesamples/easypermissions/
Apache License 2.0
9.86k stars 1.46k forks source link

Updating project to support Android Studio 4.0 #307

Closed seventhmoon closed 4 years ago

samtstern commented 4 years ago

@seventhmoon thanks for this PR! I'd be happy to upgrade the project but looks like the tests are currently failing. Once you get them to pass I can merge this.

seventhmoon commented 4 years ago

Oh. Some API is deprecated in Truth when upgrading from com.google.truth:truth:0.42 to com.google.truth:truth:1.0.1 Let me revert this change

seventhmoon commented 4 years ago

The RuntimeException seems is a known issue

java.lang.RuntimeException: Unable to resolve activity for Intent { act=android.intent.action.MAIN cat=[android.intent.category.LAUNCHER] cmp=pub.devrel.easypermissions.test/pub.devrel.easypermissions.testhelper.TestActivity } -- see https://github.com/robolectric/robolectric/pull/4736 for details

samtstern commented 4 years ago

@seventhmoon nice the build passed! Thanks for jumping on that so quickly.