Closed gogamid closed 2 years ago
Thanks for your pull request! It looks like this may be your first contribution to a Google open source project. Before we can look at your pull request, you'll need to sign a Contributor License Agreement (CLA).
View this failed invocation of the CLA check for more information.
For the most up to date status, view the checks section at the bottom of the pull request.
If you pull the project from last commit, then car app library apps won't build and launch. These changes have to be done to successfully build and launch these apps:
4.0.1
. It would be not possible to build the project with short names likecompileSdk 32
because this is not available in gradle version4.0.1
. So I updated this version to latest7.4.0-alpha10
1.2.0-rc01
, but in this version there is no support for SessionInfo that has been used here. So I updated it to the car app library version1.3.0-alpha01
.helloworld tests
. There are no dependencies included for these tests. So I added dependencies such astruth
,roboelectric
etc. to be able to run these tests.