Skip to content

Commit

Permalink
Versions bump: ExoPlayer 1.5.0, etc.
Browse files Browse the repository at this point in the history
  • Loading branch information
alexeyvasilyev committed Dec 16, 2024
1 parent 04f6407 commit 8796f8b
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ dependencies {
implementation 'androidx.constraintlayout:constraintlayout:2.2.0'
implementation 'androidx.lifecycle:lifecycle-extensions:2.2.0'

def androidx_navigation_version = '2.8.4'
def androidx_navigation_version = '2.8.5'
implementation "androidx.navigation:navigation-fragment-ktx:$androidx_navigation_version"
implementation "androidx.navigation:navigation-ui-ktx:$androidx_navigation_version"
implementation "androidx.navigation:navigation-fragment-ktx:$androidx_navigation_version"
Expand Down
6 changes: 3 additions & 3 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -4,15 +4,15 @@ buildscript {
ext.compile_sdk_version = 35
ext.min_sdk_version = 24
ext.target_sdk_version = 35
ext.project_version_code = 531
ext.project_version_name = '5.3.1'
ext.project_version_code = 532
ext.project_version_name = '5.3.2'

repositories {
google()
mavenCentral()
}
dependencies {
classpath 'com.android.tools.build:gradle:8.7.2'
classpath 'com.android.tools.build:gradle:8.7.3'
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version"
}
}
Expand Down
2 changes: 1 addition & 1 deletion gradle/wrapper/gradle-wrapper.properties
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-8.10.2-bin.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-8.11.1-bin.zip
networkTimeout=10000
validateDistributionUrl=true
zipStoreBase=GRADLE_USER_HOME
Expand Down
4 changes: 2 additions & 2 deletions library-client-rtsp/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ android {

dependencies {
implementation 'androidx.annotation:annotation:1.9.1'
implementation 'androidx.media3:media3-exoplayer:1.4.1'
implementation 'androidx.camera:camera-core:1.4.0' // YUV -> BMP conversion
implementation 'androidx.media3:media3-exoplayer:1.5.0'
implementation 'androidx.camera:camera-core:1.4.1' // YUV -> BMP conversion
implementation 'org.jcodec:jcodec:0.2.5' // SPS frame modification
}

0 comments on commit 8796f8b

Please sign in to comment.