Skip to content

Commit

Permalink
fix: QuisApp#171 wrong namespace for the Android library
Browse files Browse the repository at this point in the history
  • Loading branch information
mattmapadmi authored Aug 5, 2024
1 parent 3a1404f commit 78bc2d5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ apply plugin: 'kotlin-android'
android {
compileSdk 34

namespace 'dev.fluttercommunity.plus.sensors'
namespace 'co.quis.flutter_contacts'

compileOptions {
sourceCompatibility JavaVersion.VERSION_17
Expand Down

0 comments on commit 78bc2d5

Please sign in to comment.