Skip to content

Commit

Permalink
Adds namespace settings for Gradle 8.
Browse files Browse the repository at this point in the history
  • Loading branch information
zonble committed Nov 21, 2024
1 parent d7161b9 commit 8847659
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,8 @@ apply plugin: 'com.android.library'
apply plugin: 'kotlin-android'

android {
namespace "net.zonble.flutter_platform_alert"
testNamespace "net.zonble.flutter_platform_alert"
compileSdkVersion 34

compileOptions {
Expand Down

0 comments on commit 8847659

Please sign in to comment.