Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/1622>
package="org.freedesktop.gstreamer.tutorials.tutorial_1"
android:versionCode="1"
android:versionName="1.0">
- <uses-sdk android:minSdkVersion="9" android:targetSdkVersion="14"/>
+
<application android:label="@string/app_name"
android:icon="@drawable/gstreamer_logo_1">
<activity android:name=".Tutorial1"
- android:label="@string/app_name">
+ android:label="@string/app_name"
+ android:exported="true">
<intent-filter>
<action android:name="android.intent.action.MAIN" />
<category android:name="android.intent.category.LAUNCHER" />
apply plugin: 'com.android.application'
android {
- compileSdkVersion 23
- buildToolsVersion '27.0.3'
+ compileSdkVersion 32
defaultConfig {
applicationId "org.freedesktop.gstreamer.tutorials.tutorial_1"
minSdkVersion 15
- targetSdkVersion 15
+ targetSdkVersion 32
versionCode 1
versionName "1.0"
package="org.freedesktop.gstreamer.tutorials.tutorial_2"
android:versionCode="1"
android:versionName="1.0">
- <uses-sdk android:minSdkVersion="9" android:targetSdkVersion="14"/>
+
<application android:label="@string/app_name"
android:icon="@drawable/gstreamer_logo_2">
<activity android:name=".Tutorial2"
- android:label="@string/app_name">
+ android:label="@string/app_name"
+ android:exported="true">
<intent-filter>
<action android:name="android.intent.action.MAIN" />
<category android:name="android.intent.category.LAUNCHER" />
apply plugin: 'com.android.application'
android {
- compileSdkVersion 23
- buildToolsVersion '27.0.3'
+ compileSdkVersion 32
defaultConfig {
applicationId "org.freedesktop.gstreamer.tutorials.tutorial_2"
minSdkVersion 15
- targetSdkVersion 15
+ targetSdkVersion 32
versionCode 1
versionName "1.0"
package="org.freedesktop.gstreamer.tutorials.tutorial_3"
android:versionCode="1"
android:versionName="1.0">
- <uses-sdk android:minSdkVersion="9" android:targetSdkVersion="14"/>
+
<uses-feature android:glEsVersion="0x00020000"/>
<application android:label="@string/app_name"
android:icon="@drawable/gstreamer_logo_3">
<activity android:name=".Tutorial3"
- android:label="@string/app_name">
+ android:label="@string/app_name"
+ android:exported="true">
<intent-filter>
<action android:name="android.intent.action.MAIN" />
<category android:name="android.intent.category.LAUNCHER" />
apply plugin: 'com.android.application'
android {
- compileSdkVersion 23
- buildToolsVersion '27.0.3'
+ compileSdkVersion 32
defaultConfig {
applicationId "org.freedesktop.gstreamer.tutorials.tutorial_3"
minSdkVersion 15
- targetSdkVersion 15
+ targetSdkVersion 32
versionCode 1
versionName "1.0"
package="org.freedesktop.gstreamer.tutorials.tutorial_4"
android:versionCode="1"
android:versionName="1.0">
- <uses-sdk android:minSdkVersion="9" android:targetSdkVersion="14"/>
+
<uses-permission android:name="android.permission.INTERNET"/>
<uses-feature android:glEsVersion="0x00020000"/>
<application android:label="@string/app_name"
android:icon="@drawable/gstreamer_logo_4">
<activity android:name=".Tutorial4"
- android:label="@string/app_name">
+ android:label="@string/app_name"
+ android:exported="true">
<intent-filter>
<action android:name="android.intent.action.MAIN" />
<category android:name="android.intent.category.LAUNCHER" />
apply plugin: 'com.android.application'
android {
- compileSdkVersion 23
- buildToolsVersion '27.0.3'
+ compileSdkVersion 32
defaultConfig {
applicationId "org.freedesktop.gstreamer.tutorials.tutorial_4"
minSdkVersion 15
- targetSdkVersion 15
+ targetSdkVersion 32
versionCode 1
versionName "1.0"
android:versionCode="1"
android:versionName="1.0" >
- <uses-sdk
- android:minSdkVersion="9"
- android:targetSdkVersion="14" />
-
<uses-permission android:name="android.permission.INTERNET" />
<uses-permission android:name="android.permission.WAKE_LOCK" />
android:label="@string/app_name" >
<activity
android:name=".Tutorial5"
- android:label="@string/app_name" >
+ android:label="@string/app_name"
+ android:exported="true">
<intent-filter>
<action android:name="android.intent.action.MAIN" />
apply plugin: 'com.android.application'
android {
- compileSdkVersion 23
- buildToolsVersion '27.0.3'
+ compileSdkVersion 32
defaultConfig {
applicationId "org.freedesktop.gstreamer.tutorials.tutorial_5"
minSdkVersion 15
- targetSdkVersion 15
+ targetSdkVersion 32
versionCode 1
versionName "1.0"
google()
}
dependencies {
- classpath 'com.android.tools.build:gradle:3.1.4'
+ classpath 'com.android.tools.build:gradle:7.1.0'
// NOTE: Do not place your application dependencies here; they belong
// in the individual module build.gradle files
distributionPath=wrapper/dists
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists
-distributionUrl=https\://services.gradle.org/distributions/gradle-4.4-all.zip
+distributionUrl=https\://services.gradle.org/distributions/gradle-7.3.3-all.zip
android:required="true"/>
<application android:label="@string/app_name">
<activity android:name="org.freedesktop.gstreamer.vulkan.Vulkan1"
- android:label="@string/app_name">
+ android:label="@string/app_name"
+ android:exported="true">
<intent-filter>
<action android:name="android.intent.action.MAIN" />
<category android:name="android.intent.category.LAUNCHER" />
apply plugin: 'com.android.application'
android {
- compileSdkVersion 24
- buildToolsVersion '28.0.3'
+ compileSdkVersion 32
defaultConfig {
applicationId "org.freedesktop.gstreamer.vulkan.vulkan_1"
minSdkVersion 24
- targetSdkVersion 24
+ targetSdkVersion 32
versionCode 1
versionName "1.0"
archivesBaseName = "$applicationId-v$versionCode"
}
dependencies {
- classpath 'com.android.tools.build:gradle:3.5.0'
+ classpath 'com.android.tools.build:gradle:7.1.0'
}
}
repositories {
jcenter()
google()
-}
\ No newline at end of file
+}
distributionPath=wrapper/dists
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists
-distributionUrl=https\://services.gradle.org/distributions/gradle-5.6.4-all.zip
+distributionUrl=https\://services.gradle.org/distributions/gradle-7.3.3-all.zip
apply plugin: 'com.android.application'
android {
- compileSdkVersion 23
+ compileSdkVersion 32
defaultConfig {
applicationId "org.freedesktop.gstreamer.webrtc"
minSdkVersion 15
- targetSdkVersion 15
+ targetSdkVersion 32
versionCode 1
versionName "1.0"
archivesBaseName = "$applicationId-v$versionCode"
<application android:label="@string/app_name">
<activity android:name=".WebRTC"
- android:label="@string/app_name">
+ android:label="@string/app_name"
+ android:exported="true">
<!-- Files whose MIME type is known to Android -->
<intent-filter>
<action android:name="android.intent.action.MAIN" />
</activity>
</application>
-</manifest>
+</manifest>
google()
}
dependencies {
- classpath 'com.android.tools.build:gradle:3.2.0'
+ classpath 'com.android.tools.build:gradle:7.1.0'
}
}
task clean(type: Delete) {
delete rootProject.buildDir
}
-
-ext {
- supportLibVersion = '27.1.1' // variable that can be referenced to keep support libs consistent
- commonLibVersion= '2.12.4'
- versionBuildTool = '28.0.3'
- versionCompiler = 28
- versionTarget = 27
- versionNameString = '1.0.0'
- javaSourceCompatibility = JavaVersion.VERSION_1_8
- javaTargetCompatibility = JavaVersion.VERSION_1_8
-}
distributionPath=wrapper/dists
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists
-distributionUrl=https\://services.gradle.org/distributions/gradle-5.6.4-all.zip
+distributionUrl=https\://services.gradle.org/distributions/gradle-7.3.3-all.zip