Skip to content

Commit

Permalink
feat(android): upgrade SDK versions and build tools
Browse files Browse the repository at this point in the history
  • Loading branch information
szymonrybczak committed Dec 30, 2024
1 parent 87b0032 commit eb9ac75
Showing 1 changed file with 5 additions and 5 deletions.
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<%- project.name -%>_kotlinVersion=1.7.0
<%- project.name -%>_minSdkVersion=21
<%- project.name -%>_targetSdkVersion=31
<%- project.name -%>_compileSdkVersion=31
<%- project.name -%>_ndkversion=21.4.7075529
<%- project.name -%>_kotlinVersion=2.0.21
<%- project.name -%>_minSdkVersion=24
<%- project.name -%>_targetSdkVersion=34
<%- project.name -%>_compileSdkVersion=35
<%- project.name -%>_ndkversion=27.1.12297006

0 comments on commit eb9ac75

Please sign in to comment.