Skip to content
This repository has been archived by the owner on Jan 27, 2024. It is now read-only.

Commit

Permalink
Merge pull request #116 from friebetill/main
Browse files Browse the repository at this point in the history
Add Namespace to Support Gradle 8.0
  • Loading branch information
deandreamatias authored Jan 6, 2024
2 parents c46447d + ba7a825 commit 14a6f8b
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 @@ -22,6 +22,8 @@ rootProject.allprojects {
apply plugin: 'com.android.library'

android {
namespace "com.julienvignali.phone_number"

compileSdkVersion 33

compileOptions {
Expand Down

0 comments on commit 14a6f8b

Please sign in to comment.