Skip to content

Commit

Permalink
Fix AbstractMethodError
Browse files Browse the repository at this point in the history
  • Loading branch information
moneytoo committed Jul 17, 2021
1 parent 1337718 commit bf9904f
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
4 changes: 2 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ android {
applicationId "com.brouken.player"
minSdkVersion 21
targetSdkVersion 30
versionCode 43
versionName "0.43"
versionCode 44
versionName "0.44"
archivesBaseName = "Just.Player.v${versionName}"
}

Expand Down
5 changes: 4 additions & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,7 @@ org.gradle.jvmargs=-Xmx2048m -Dfile.encoding=UTF-8
# https://developer.android.com/topic/libraries/support-library/androidx-rn
android.useAndroidX=true
# Automatically convert third-party libraries to use AndroidX
android.enableJetifier=true
android.enableJetifier=true

# Prevent AbstractMethodError when using local ExoPlayer libs
android.enableDexingArtifactTransform=false

0 comments on commit bf9904f

Please sign in to comment.