Skip to content

Commit

Permalink
Added fix for Namespace not specified error.
Browse files Browse the repository at this point in the history
  • Loading branch information
quentinleguennec committed Jul 22, 2024
1 parent 3b5229f commit 2080ab5
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,11 @@ apply plugin: 'com.android.library'
apply plugin: 'kotlin-android'

android {
// Conditional for compatibility with AGP <4.2.
if (project.android.hasProperty("namespace")) {
namespace 'dev.duynp.flutter_health_connect'
}

compileSdkVersion 34

compileOptions {
Expand Down

0 comments on commit 2080ab5

Please sign in to comment.