[Android] build.gradle: align Amazon minSdk with the rest of the project
Steve Lhomme
git at videolan.org
Thu Jun 19 06:10:52 UTC 2025
vlc-android | branch: master | Steve Lhomme <robux4 at ycbcr.xyz> | Thu Jun 19 07:21:02 2025 +0200| [1f57dd7f9c47c56728f5514f0b7acfcbe1c747cc] | committer: Steve Lhomme
build.gradle: align Amazon minSdk with the rest of the project
> https://code.videolan.org/videolan/vlc-android/commit/1f57dd7f9c47c56728f5514f0b7acfcbe1c747cc
---
application/app/build.gradle | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/application/app/build.gradle b/application/app/build.gradle
index 108d3d2d94..ba616bf967 100644
--- a/application/app/build.gradle
+++ b/application/app/build.gradle
@@ -73,7 +73,7 @@ android {
variantBuilder.minSdk = 30
}
beforeVariants(selector().withBuildType("vlcBundleAmazon")) { variantBuilder ->
- variantBuilder.minSdk = 17
+ variantBuilder.minSdk = rootProject.ext.minSdkVersion
}
}
More information about the Android
mailing list