gst-examples: update to gradle 8.3

Update the gradle for the Android player example

Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/7743>
This commit is contained in:
Jan Schmidt 2024-10-22 22:13:12 +11:00 committed by GStreamer Marge Bot
parent 70f628c117
commit 06f5d15549
3 changed files with 3 additions and 2 deletions

View file

@ -2,6 +2,7 @@ apply plugin: 'com.android.application'
android {
compileSdkVersion 32
namespace "org.freedesktop.gstreamer.play"
defaultConfig {
applicationId "org.freedesktop.gstreamer.play"

View file

@ -6,7 +6,7 @@ buildscript {
google()
}
dependencies {
classpath 'com.android.tools.build:gradle:7.1.0'
classpath 'com.android.tools.build:gradle:8.3.0'
// NOTE: Do not place your application dependencies here; they belong
// in the individual module build.gradle files

View file

@ -3,4 +3,4 @@ distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-7.3.3-all.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-8.5-all.zip