Skip to content

Commit

Permalink
Enable default aidl file to project especially for In-app purchases (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
armanhossiny authored Jan 19, 2024
1 parent fc6fff7 commit 4c3c9bd
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
4 changes: 4 additions & 0 deletions templates/cpp-template-default/proj.android/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,10 @@ android {
aaptOptions {
noCompress 'mp3','ogg','wav','mp4','ttf','ttc'
}

buildFeatures {
aidl true
}
}

android.applicationVariants.configureEach { variant ->
Expand Down
4 changes: 4 additions & 0 deletions templates/lua-template-default/proj.android/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,10 @@ android {
aaptOptions {
noCompress 'mp3','ogg','wav','mp4','ttf','ttc'
}

buildFeatures {
aidl true
}
}

android.applicationVariants.configureEach { variant ->
Expand Down

0 comments on commit 4c3c9bd

Please sign in to comment.