Skip to content

Commit

Permalink
update minSdkVersion
Browse files Browse the repository at this point in the history
  • Loading branch information
jcesarmobile committed Oct 24, 2024
1 parent 674834e commit 55ba19d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion assets/plugin-template/android/build.gradle.mustache
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ android {
namespace "{{ PACKAGE_ID }}"
compileSdk project.hasProperty('compileSdkVersion') ? rootProject.ext.compileSdkVersion : 35
defaultConfig {
minSdkVersion project.hasProperty('minSdkVersion') ? rootProject.ext.minSdkVersion : 22
minSdkVersion project.hasProperty('minSdkVersion') ? rootProject.ext.minSdkVersion : 23
targetSdkVersion project.hasProperty('targetSdkVersion') ? rootProject.ext.targetSdkVersion : 35
versionCode 1
versionName "1.0"
Expand Down

0 comments on commit 55ba19d

Please sign in to comment.