Skip to content

Commit

Permalink
Add namespace declaration to fix Android Gradle Plugin 8+
Browse files Browse the repository at this point in the history
  • Loading branch information
justin-espedal committed Nov 30, 2023
1 parent 8feee57 commit 54254b7
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions dependencies/extension-api/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,8 @@ apply plugin: 'com.android.library'
android {
compileSdkVersion Integer.parseInt(project.ANDROID_BUILD_SDK_VERSION)
buildToolsVersion project.ANDROID_BUILD_TOOLS_VERSION

namespace 'org.haxe.extension'

defaultConfig {
minSdkVersion Integer.parseInt(project.ANDROID_BUILD_MIN_SDK_VERSION)
Expand Down

0 comments on commit 54254b7

Please sign in to comment.