Skip to content

Commit

Permalink
feat(android): add namespace to support AGP 8 (#1458)
Browse files Browse the repository at this point in the history
  • Loading branch information
AndreiCalazans committed Sep 1, 2023
1 parent 81971d4 commit 238ebf4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions android/build.gradle
Expand Up @@ -27,6 +27,7 @@ if (isNewArchitectureEnabled()) {
}

android {
namespace = "cl.json"
compileSdkVersion safeExtGet('compileSdkVersion', 28)
defaultConfig {
minSdkVersion safeExtGet('minSdkVersion', 16)
Expand Down

0 comments on commit 238ebf4

Please sign in to comment.