Merge pull request #3163 from mrousavy/patch-1

feat: RN 0.73 support
This commit is contained in:
Olivier Bouillet 2023-07-08 12:51:38 +02:00 committed by GitHub
commit 48fa1bc0e9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -17,6 +17,7 @@ def configStringPath = (
).md5()
android {
namespace 'com.brentvatne.react'
compileSdkVersion safeExtGet('compileSdkVersion', 31)
buildToolsVersion safeExtGet('buildToolsVersion', '30.0.2')