commit | 8e49b27ff089fb1ca286ca31a58176423f4dbea1 | [log] [tgz] |
---|---|---|
author | Dustin Lam <[email protected]> | Wed Sep 11 10:09:18 2024 -0700 |
committer | Copybara-Service <[email protected]> | Wed Sep 11 10:12:18 2024 -0700 |
tree | 1ec73d779e1190efb529480a3cc83c861fe75ea8 | |
parent | a7476052c7a41998112966dbe93531f8538c8c54 [diff] [blame] |
[GH] Move ndkVersion setting into a shared .gradle file Playground builds were overriding the installed ndk version due to agp default and lack of ndkVersion declaration in settings.gradle. Test: ./gradlew datastore:datastore-core:tasks Change-Id: Id6d8d9cff46ba3aa3e929e4a7df4912672a12f3a This is an imported pull request from https://github.com/androidx/androidx/pull/693. Resolves #693 Github-Pr-Head-Sha: 39d14d48951d2df7e9d158e601bd9230921953a5 GitOrigin-RevId: 2d2f60d3a059f28f96ba873b6d34150af33022c8 Change-Id: Ie9fc432b8b5d47309fe406829b6093323782df20
diff --git a/playground-projects/fragment-playground/settings.gradle b/playground-projects/fragment-playground/settings.gradle index bf5e622..e1587c0d 100644 --- a/playground-projects/fragment-playground/settings.gradle +++ b/playground-projects/fragment-playground/settings.gradle
@@ -20,8 +20,11 @@ } plugins { id "playground" + id "com.android.settings" version "8.7.0-alpha02" } +apply from: "../../buildSrc/ndk.gradle" + rootProject.name = "fragment-playground" playground {