Skip to content
This repository has been archived by the owner on Oct 3, 2024. It is now read-only.

Updating project to support Android Studio 4.0 #307

Merged
merged 4 commits into from
Jul 7, 2020

Conversation

seventhmoon
Copy link
Contributor

No description provided.

@samtstern
Copy link
Contributor

@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
Copy link
Contributor Author

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
Copy link
Contributor Author

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 robolectric/robolectric#4736 for details

@samtstern
Copy link
Contributor

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

@samtstern samtstern merged commit eba11f4 into googlesamples:master Jul 7, 2020
vmadalin added a commit to vmadalin/easypermissions-ktx that referenced this pull request May 4, 2021
* Put in defense for issue 278 (googlesamples#290)

* Updating project to support Android Studio 4.0 (googlesamples#307)

* Updating module 'app' to Java 8 syntax (googlesamples#308)

* Changed getContext() to requireContext(), to ensure it is not null. (googlesamples#309)

* Add link to easypermissions-ktx

* Move from JCenter to Maven Central (googlesamples#323)

* Add the @IntRange annotation to requestCode to prevent invalid input (googlesamples#325)

Co-authored-by: gaopengfei <[email protected]>

* Move to GitHub Actions (googlesamples#326)

* Start migrating project to maven central

* Fix build

* Update with correct maven central links

Co-authored-by: Sam Stern <[email protected]>
Co-authored-by: Fung <[email protected]>
Co-authored-by: Fung <[email protected]>
Co-authored-by: coder1024 <[email protected]>
Co-authored-by: gaopengfei <[email protected]>
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants