Skip to content

Commit

Permalink
feat(android): add namespace to support AGP 8
Browse files Browse the repository at this point in the history
  • Loading branch information
AndreiCalazans committed Aug 31, 2023
1 parent 1b75179 commit 0ecc813
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 @@ -5,6 +5,7 @@ def safeExtGet(prop, fallback) {
}

android {
namespace = 'com.github.doomsower'
compileSdkVersion safeExtGet('compileSdkVersion', 28)
buildToolsVersion safeExtGet('buildToolsVersion', '28.0.3')

Expand Down

0 comments on commit 0ecc813

Please sign in to comment.