Skip to content

Commit

Permalink
RN0.73 & AGP 8.0 Compatibility
Browse files Browse the repository at this point in the history
  • Loading branch information
dishantwalia authored Jan 20, 2024
1 parent 3062b23 commit eb0c5c4
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,10 @@ android {
lintOptions {
abortOnError false
}
def agpVersion = com.android.Version.ANDROID_GRADLE_PLUGIN_VERSION
if (agpVersion.tokenize('.')[0].toInteger() >= 7) {
namespace "com.facebook.reactnative.androidsdk"
}
}

repositories {
Expand Down

0 comments on commit eb0c5c4

Please sign in to comment.