Skip to content

Commit 981eea1

Browse files
authored
fix: nkdversion -> ndkVersion casing in gradle.properties (#744)
<!-- Please provide enough information so that others can review your pull request. --> <!-- Keep pull requests small and focused on a single change. --> ### Summary I think this was a typo? Otherwise it wouldn't match with [this line](https://github.com/callstack/react-native-builder-bob/blob/87b0032acd66b7b14a5b358117a3d1497c59baad/packages/create-react-native-library/templates/native-common/android/build.gradle#L62)? ### Test plan –
1 parent cefb415 commit 981eea1

File tree

1 file changed

+1
-1
lines changed
  • packages/create-react-native-library/templates/native-common/android

1 file changed

+1
-1
lines changed

packages/create-react-native-library/templates/native-common/android/gradle.properties

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22
<%- project.name -%>_minSdkVersion=24
33
<%- project.name -%>_targetSdkVersion=34
44
<%- project.name -%>_compileSdkVersion=35
5-
<%- project.name -%>_ndkversion=27.1.12297006
5+
<%- project.name -%>_ndkVersion=27.1.12297006

0 commit comments

Comments
 (0)