Skip to content

Commit

Permalink
Merge pull request #154 from naivetoby/feat-add-namespace
Browse files Browse the repository at this point in the history
Add required namespace attribute for AGP 8.0+
  • Loading branch information
JarvanMo authored Feb 17, 2024
2 parents df1a5c0 + dd7b1a7 commit c2ce4a7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ apply plugin: 'com.android.library'
apply plugin: 'kotlin-android'

android {
namespace 'com.jarvan.tobias'
compileSdkVersion 31

compileOptions {
Expand Down

0 comments on commit c2ce4a7

Please sign in to comment.