Skip to content

Commit

Permalink
fix(namespace): add missing namespace
Browse files Browse the repository at this point in the history
Thanks to: onfido#30
  • Loading branch information
sjoulbak committed Jul 12, 2024
1 parent 9b16d02 commit 5501d0d
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 @@ -28,6 +28,11 @@ apply plugin: 'com.android.library'
apply plugin: 'kotlin-android'

android {
// conditional for compatibility with older gradle versions
if (project.android.hasProperty('namespace')) {
namespace 'com.onfido.sdk.flutter'
}

compileSdkVersion 32

compileOptions {
Expand Down

0 comments on commit 5501d0d

Please sign in to comment.