Skip to content

Commit

Permalink
Merge pull request #460 from johnnguyen-ultra-messenger-39/master
Browse files Browse the repository at this point in the history
Fix namespace AGP 8
  • Loading branch information
hiennguyen92 authored Mar 5, 2024
2 parents 590d039 + ca7b9b2 commit 9ec0254
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,10 @@ apply plugin: 'kotlin-android'
android {
compileSdk 34

if (project.android.hasProperty("namespace")) {
namespace "com.hiennv.flutter_callkit_incoming"
}

sourceSets {
main.java.srcDirs += 'src/main/kotlin'
}
Expand Down

0 comments on commit 9ec0254

Please sign in to comment.