Upgrade libs
This commit is contained in:
parent
ed7278eb76
commit
d65ad0f57c
|
@ -84,7 +84,7 @@ dependencies {
|
||||||
implementation "com.google.code.gson:gson:$gsonLibraryVersion"
|
implementation "com.google.code.gson:gson:$gsonLibraryVersion"
|
||||||
implementation "com.google.guava:guava:$guavaLibraryVersion"
|
implementation "com.google.guava:guava:$guavaLibraryVersion"
|
||||||
implementation "com.github.chrisbanes:PhotoView:$photoViewLibraryVersion"
|
implementation "com.github.chrisbanes:PhotoView:$photoViewLibraryVersion"
|
||||||
implementation 'com.r0adkll:slidableactivity:2.0.6'
|
implementation 'com.r0adkll:slidableactivity:2.1.0'
|
||||||
implementation 'com.github.stom79:country-picker-android:1.2.0'
|
implementation 'com.github.stom79:country-picker-android:1.2.0'
|
||||||
implementation 'com.github.stom79:mytransl:1.5'
|
implementation 'com.github.stom79:mytransl:1.5'
|
||||||
implementation 'com.github.stom79:SparkButton:1.0.12'
|
implementation 'com.github.stom79:SparkButton:1.0.12'
|
||||||
|
@ -95,7 +95,7 @@ dependencies {
|
||||||
implementation 'com.github.GrenderG:Toasty:1.4.2'
|
implementation 'com.github.GrenderG:Toasty:1.4.2'
|
||||||
implementation 'com.elconfidencial.bubbleshowcase:bubbleshowcase:1.3.1'
|
implementation 'com.elconfidencial.bubbleshowcase:bubbleshowcase:1.3.1'
|
||||||
implementation 'androidx.multidex:multidex:2.0.1'
|
implementation 'androidx.multidex:multidex:2.0.1'
|
||||||
implementation 'com.google.android.exoplayer:exoplayer:2.10.2'
|
implementation 'com.google.android.exoplayer:exoplayer:2.10.6'
|
||||||
implementation 'org.apache.poi:poi:3.16'
|
implementation 'org.apache.poi:poi:3.16'
|
||||||
implementation 'com.github.mabbas007:TagsEditText:1.0.5'
|
implementation 'com.github.mabbas007:TagsEditText:1.0.5'
|
||||||
implementation 'com.jaredrummler:material-spinner:1.3.1'
|
implementation 'com.jaredrummler:material-spinner:1.3.1'
|
||||||
|
|
|
@ -36,7 +36,7 @@
|
||||||
|
|
||||||
<ImageButton
|
<ImageButton
|
||||||
android:id="@id/exo_shuffle"
|
android:id="@id/exo_shuffle"
|
||||||
style="@style/ExoMediaButton.Shuffle" />
|
style="@style/ExoMediaButton.VR" />
|
||||||
|
|
||||||
<ImageButton
|
<ImageButton
|
||||||
android:id="@id/exo_repeat_toggle"
|
android:id="@id/exo_repeat_toggle"
|
||||||
|
|
Loading…
Reference in New Issue