Skip to content

Commit

Permalink
[FIX] Exo Player version
Browse files Browse the repository at this point in the history
  • Loading branch information
pintusingh28 committed Dec 18, 2024
1 parent 90f0dd4 commit e44a7b4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
4 changes: 2 additions & 2 deletions android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ group 'com.jhomlala.better_player.better_player'
version '1.0-SNAPSHOT'

buildscript {
ext.exoPlayerVersion = "2.19.1"
ext.exoPlayerVersion = "2.17.1"
ext.lifecycleVersion = "2.8.7"
ext.annotationVersion = "1.2.0"
ext.workVersion = "2.10.0"
Expand All @@ -16,7 +16,7 @@ buildscript {
}

dependencies {
classpath 'com.android.tools.build:gradle:8.4.0'
classpath 'com.android.tools.build:gradle:8.4.2'
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlinVersion"
}
}
Expand Down
3 changes: 1 addition & 2 deletions android/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
@@ -1,3 +1,2 @@
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="com.jhomlala.better_player">
<manifest xmlns:android="http://schemas.android.com/apk/res/android">
</manifest>

0 comments on commit e44a7b4

Please sign in to comment.