Skip to content

1.0.0-alpha.20

Choose a tag to compare

@ammarahm-ed ammarahm-ed released this 29 Jan 03:04
· 156 commits to main since this release

This release simplifies installation steps on android. See documentation for details.

apply from: new File(["node", "--print", "require.resolve('@open-native/core/package.json')"].execute(null, rootDir).text.trim(), "../scripts/open-native.gradle");
- ext {
-        buildToolsVersion = '33.0.0'
-        minSdkVersion = 23
-        compileSdkVersion = 33
-         targetSdkVersion = 33
-         androidXCoreVersion = "1.8.0"
-         androidXCompatVersion = "1.5.1"
-         reactNativeProjects = []
- }