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

Request: update sdks, and gradle plugin #3

Open
AndroidDeveloperLB opened this issue Sep 3, 2018 · 1 comment
Open

Request: update sdks, and gradle plugin #3

AndroidDeveloperLB opened this issue Sep 3, 2018 · 1 comment

Comments

@AndroidDeveloperLB
Copy link
Contributor

  1. No need for "buildToolsVersion" anymore. It gets chosen automatically. In new gradle plugin versions, it even tells you that.
  2. API 28.
  3. gradle version should be at least 3.1.3, to prevent the recently added error of "No toolchains found in the NDK toolchains folder for ABI with prefix: mips64el-linux-android " , as it was deprecated:
  1. Android-X instead of support library, for the sample.
  2. Use "implementation" or "api" instead of "compile". Same goes for using "testImplementation" instead of "testCompile"
@AndroidDeveloperLB
Copy link
Contributor Author

OK made a pull request:
#9

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant