Skip to content

Commit eb9ac75

Browse files
committed
feat(android): upgrade SDK versions and build tools
1 parent 87b0032 commit eb9ac75

File tree

1 file changed

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

1 file changed

+5
-5
lines changed
Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
<%- project.name -%>_kotlinVersion=1.7.0
2-
<%- project.name -%>_minSdkVersion=21
3-
<%- project.name -%>_targetSdkVersion=31
4-
<%- project.name -%>_compileSdkVersion=31
5-
<%- project.name -%>_ndkversion=21.4.7075529
1+
<%- project.name -%>_kotlinVersion=2.0.21
2+
<%- project.name -%>_minSdkVersion=24
3+
<%- project.name -%>_targetSdkVersion=34
4+
<%- project.name -%>_compileSdkVersion=35
5+
<%- project.name -%>_ndkversion=27.1.12297006

0 commit comments

Comments
 (0)