Skip to content

Commit a2535db

Browse files
authored
Merge branch 'main' into RDMR-865
2 parents 8314c8a + c022ddf commit a2535db

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

android/capacitor/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ android {
4444
namespace "com.getcapacitor.android"
4545
compileSdk project.hasProperty('compileSdkVersion') ? rootProject.ext.compileSdkVersion : 36
4646
defaultConfig {
47-
minSdkVersion project.hasProperty('minSdkVersion') ? rootProject.ext.minSdkVersion : 23
47+
minSdkVersion project.hasProperty('minSdkVersion') ? rootProject.ext.minSdkVersion : 24
4848
targetSdkVersion project.hasProperty('targetSdkVersion') ? rootProject.ext.targetSdkVersion : 36
4949
versionCode 1
5050
versionName "1.0"

0 commit comments

Comments
 (0)