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

View File

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