From cc9c66258639bc96bdd8641b18399bf9435239d3 Mon Sep 17 00:00:00 2001 From: samfundev Date: Sat, 20 Jan 2024 16:52:54 -0500 Subject: [PATCH] Update gradle and android sdk --- app/build.gradle | 6 +++--- build.gradle | 2 +- gradle/wrapper/gradle-wrapper.properties | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/app/build.gradle b/app/build.gradle index 478dfc9e..d99ae6ea 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -4,13 +4,13 @@ plugins { android { namespace "com.perflyst.twire" - compileSdk 33 + compileSdk 34 ndkVersion "25.0.8775105" defaultConfig { applicationId "com.perflyst.twire" minSdk 21 - targetSdk 33 + targetSdk 34 versionCode 532 versionName "2.10.8" @@ -101,7 +101,7 @@ dependencies { implementation "com.github.afollestad.material-dialogs:commons:0.8.6.2@aar" //https://github.com/google/ExoPlayer/blob/release-v2/RELEASENOTES.md - def exoPlayer = "2.17.1" + def exoPlayer = "2.19.1" implementation "com.google.android.exoplayer:exoplayer-core:$exoPlayer" implementation "com.google.android.exoplayer:exoplayer-hls:$exoPlayer" implementation "com.google.android.exoplayer:exoplayer-ui:$exoPlayer" diff --git a/build.gradle b/build.gradle index 6a25e345..6fdd5790 100644 --- a/build.gradle +++ b/build.gradle @@ -8,7 +8,7 @@ buildscript { } dependencies { - classpath 'com.android.tools.build:gradle:8.1.3' + classpath 'com.android.tools.build:gradle:8.2.1' // NOTE: Do not place your application dependencies here; they belong // in the individual module build.gradle files diff --git a/gradle/wrapper/gradle-wrapper.properties b/gradle/wrapper/gradle-wrapper.properties index da1db5f0..15de9024 100644 --- a/gradle/wrapper/gradle-wrapper.properties +++ b/gradle/wrapper/gradle-wrapper.properties @@ -1,5 +1,5 @@ distributionBase=GRADLE_USER_HOME distributionPath=wrapper/dists -distributionUrl=https\://services.gradle.org/distributions/gradle-8.0-bin.zip +distributionUrl=https\://services.gradle.org/distributions/gradle-8.2-bin.zip zipStoreBase=GRADLE_USER_HOME zipStorePath=wrapper/dists