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

Upate gradle files to reflect current app templates. #866

Merged
merged 2 commits into from
Nov 28, 2022

Conversation

jfgoog
Copy link
Contributor

@jfgoog jfgoog commented Nov 17, 2022

settings.gradle:

  • Add pluginManagement and dependencyResolutionManagement stanzas.

build.gradle:

  • Remove declaration of repositories and dependencies, since this goes in settings.gradle
  • Use Kotlin version 1.7.10
  • Use AGP version 7.3.0

app/build.gradle:

  • Use plugins { id 'foo' } instead apply plugin: 'foo'
  • Compile all samples with the latest version of the SDK (33) and NDK (25.1.8937393).
  • Remove kotlin-android-extensions

Furthermore:

  • In CI build script, make detection of debug mode work on MacOS.
  • Uncomment webp in CI build script.
  • Add missing projects to CI build script (display-p3, hello-oboe, native-midi, prefab/prefab-dependency)
  • Update gradle version to 7.4
  • Update hello-oboe and prefab-dependency to use view binding.
  • Update native-midi to eliminate compiler warning.

settings.gradle:
* Add pluginManagement and dependencyResolutionManagement stanzas.

build.gradle:
* Remove declaration of repositories and dependencies, since this goes in settings.gradle
* Use Kotlin version 1.7.10
* Use AGP version 7.3.0

app/build.gradle:
* Use `plugins { id 'foo' }` instead `apply plugin: 'foo'`
* Compile all samples with the latest version of the SDK (33) and NDK (25.1.8937393).
* Remove kotlin-android-extensions

Furthermore:
* In CI build script, make detection of debug mode work on MacOS.
* Uncomment webp in CI build script.
* Add missing projects to CI build script (display-p3, hello-oboe, native-midi, prefab/prefab-dependency)
* Update gradle version to 7.4
* Update hello-oboe and prefab-dependency to use view binding.
* Update native-midi to eliminate compiler warning.
@jfgoog jfgoog requested a review from DanAlbert November 17, 2022 23:20
@jfgoog jfgoog merged commit 10439ab into android:main Nov 28, 2022
@jfgoog jfgoog deleted the update-build-files branch December 1, 2022 16:29
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

Successfully merging this pull request may close these issues.

2 participants