android: Update minimum SDK version to Android 21

Otherwise we can't bump the minimum version of the cerbero build without
it breaking linking of the applications.

Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/3717>
This commit is contained in:
Sebastian Dröge 2023-01-12 21:33:25 +02:00 committed by GStreamer Marge Bot
parent 434337c3e1
commit 085e6c036a
7 changed files with 7 additions and 7 deletions

View file

@ -5,7 +5,7 @@ android {
defaultConfig {
applicationId "org.freedesktop.gstreamer.tutorials.tutorial_1"
minSdkVersion 15
minSdkVersion 21
targetSdkVersion 32
versionCode 1
versionName "1.0"

View file

@ -5,7 +5,7 @@ android {
defaultConfig {
applicationId "org.freedesktop.gstreamer.tutorials.tutorial_2"
minSdkVersion 15
minSdkVersion 21
targetSdkVersion 32
versionCode 1
versionName "1.0"

View file

@ -5,7 +5,7 @@ android {
defaultConfig {
applicationId "org.freedesktop.gstreamer.tutorials.tutorial_3"
minSdkVersion 15
minSdkVersion 21
targetSdkVersion 32
versionCode 1
versionName "1.0"

View file

@ -5,7 +5,7 @@ android {
defaultConfig {
applicationId "org.freedesktop.gstreamer.tutorials.tutorial_4"
minSdkVersion 15
minSdkVersion 21
targetSdkVersion 32
versionCode 1
versionName "1.0"

View file

@ -5,7 +5,7 @@ android {
defaultConfig {
applicationId "org.freedesktop.gstreamer.tutorials.tutorial_5"
minSdkVersion 15
minSdkVersion 21
targetSdkVersion 32
versionCode 1
versionName "1.0"

View file

@ -5,7 +5,7 @@ android {
defaultConfig {
applicationId "org.freedesktop.gstreamer.play"
minSdkVersion 15
minSdkVersion 21
targetSdkVersion 32
versionCode 1
versionName "1.0"

View file

@ -5,7 +5,7 @@ android {
defaultConfig {
applicationId "org.freedesktop.gstreamer.webrtc"
minSdkVersion 15
minSdkVersion 21
targetSdkVersion 32
versionCode 1
versionName "1.0"