Skip to content

Commit

Permalink
Specified android ndk version in build.gradle
Browse files Browse the repository at this point in the history
  • Loading branch information
FlashOnFire committed Dec 21, 2023
1 parent 30f4cc7 commit 34811a1
Show file tree
Hide file tree
Showing 2 changed files with 31 additions and 22 deletions.
52 changes: 30 additions & 22 deletions .idea/libraries/Dart_Packages.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions apps/onyx/android/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ if (keystorePropertiesFile.exists()) {
android {
namespace 'fr.onyx.lyon1'
compileSdkVersion 33
ndkVersion "21.1.6352462"

compileOptions {
coreLibraryDesugaringEnabled true
Expand Down

0 comments on commit 34811a1

Please sign in to comment.