Skip to content

Commit

Permalink
fix: namespace typo in smart reply gradle (#604)
Browse files Browse the repository at this point in the history
  • Loading branch information
tneotia authored Apr 9, 2024
1 parent e8bcec4 commit 0faeb14
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/google_mlkit_smart_reply/android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ apply plugin: 'com.android.library'
android {
// Conditional for compatibility with AGP <4.2.
if (project.android.hasProperty("namespace")) {
namespace 'com.google_mlki_smart_reply'
namespace 'com.google_mlkit_smart_reply'
}

compileSdk 34
Expand Down

0 comments on commit 0faeb14

Please sign in to comment.