Skip to content

Commit b97a740

Browse files
KiwiKilianatlj
authored andcommitted
fix: ndkVersion casing in gradle.properties
1 parent 9509158 commit b97a740

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=21
33
<%- project.name -%>_targetSdkVersion=31
44
<%- project.name -%>_compileSdkVersion=31
5-
<%- project.name -%>_ndkversion=21.4.7075529
5+
<%- project.name -%>_ndkVersion=21.4.7075529

0 commit comments

Comments
 (0)