Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Standardize project layout #562

Merged
merged 1 commit into from
Oct 8, 2019

Conversation

friederbluemle
Copy link
Contributor

This moves all source and resource files into the default location of a standard Gradle based Android project (as generated by Android Studio).

In particular, it removes all customized srcDirs/srcFile declarations from build.gradle.

The PR consists mainly of moved files, so it should be pretty quick to review. A few points to take note of:

  • compileSdkVersion and targetSdkVersion updated to 29
  • minSdkVersion set to 15
  • Removed old styles, demo app has a fresher look now

All tests are passing (now also runnable from Android Studio!) 🎉 Fixes #559

@googlebot googlebot added the cla: yes This human has signed the Contributor License Agreement. label Oct 8, 2019
@jpoehnelt jpoehnelt merged commit 70a77b0 into googlemaps:master Oct 8, 2019
@friederbluemle friederbluemle deleted the standard-structure branch October 8, 2019 21:40
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
cla: yes This human has signed the Contributor License Agreement.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Android Studio: No tests were found
3 participants