Skip to content

Commit

Permalink
build: Add gradle namespace property for AGP 8.x support
Browse files Browse the repository at this point in the history
  • Loading branch information
bcyran committed Jun 7, 2024
1 parent defb1cc commit e7be6b2
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
4 changes: 4 additions & 0 deletions packages/iabtcf_consent_info/android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,10 @@ apply plugin: 'kotlin-android'
android {
compileSdkVersion 31

if (project.android.hasProperty('namespace')) {
namespace 'com.terwesten.gabriel.iabtcf_consent_info'
}

sourceSets {
main.java.srcDirs += 'src/main/kotlin'
}
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,2 @@
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="com.gabriel.terwesten.iabtcf_consent_info">
<manifest xmlns:android="http://schemas.android.com/apk/res/android">
</manifest>

0 comments on commit e7be6b2

Please sign in to comment.