Skip to content

Commit

Permalink
Update gradle and android sdk
Browse files Browse the repository at this point in the history
  • Loading branch information
samfundev committed Jan 20, 2024
1 parent 8d76aa0 commit cc9c662
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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"

Expand Down Expand Up @@ -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"
Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion gradle/wrapper/gradle-wrapper.properties
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit cc9c662

Please sign in to comment.