Revert "gst-examples: update to gradle 8.3"

This reverts commit 06f5d15549.

Seems to break cerbero android examples ci.

Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/7799>
This commit is contained in:
Tim-Philipp Müller 2024-10-30 17:56:05 +00:00 committed by Nirbheek Chauhan
parent 06f5d15549
commit 4767e069fb
3 changed files with 2 additions and 3 deletions

View file

@ -2,7 +2,6 @@ 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:8.3.0'
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

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-8.5-all.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-7.3.3-all.zip