Upgrade libs
This commit is contained in:
parent
a98b8b7034
commit
30d4d2e911
|
@ -60,7 +60,7 @@ ext.conscryptLibraryVersion = '2.1.0'
|
||||||
ext.evernoteLibraryVersion = '1.3.0-rc1'
|
ext.evernoteLibraryVersion = '1.3.0-rc1'
|
||||||
ext.gsonLibraryVersion = '2.8.2'
|
ext.gsonLibraryVersion = '2.8.2'
|
||||||
ext.guavaLibraryVersion = '24.1-android'
|
ext.guavaLibraryVersion = '24.1-android'
|
||||||
ext.photoViewLibraryVersion = '2.1.3'
|
ext.photoViewLibraryVersion = '2.3.0'
|
||||||
ext.swipebackLibraryVersion = '1.0.3'
|
ext.swipebackLibraryVersion = '1.0.3'
|
||||||
ext.ratethisappLibraryVersion = '1.2.0'
|
ext.ratethisappLibraryVersion = '1.2.0'
|
||||||
ext.uploadServiceVersion = "3.5.2"
|
ext.uploadServiceVersion = "3.5.2"
|
||||||
|
@ -96,7 +96,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.9.3'
|
implementation 'com.google.android.exoplayer:exoplayer:2.10.2'
|
||||||
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'
|
||||||
|
|
|
@ -6,7 +6,7 @@ buildscript {
|
||||||
google()
|
google()
|
||||||
}
|
}
|
||||||
dependencies {
|
dependencies {
|
||||||
classpath 'com.android.tools.build:gradle:3.5.0'
|
classpath 'com.android.tools.build:gradle:3.5.1'
|
||||||
|
|
||||||
// NOTE: Do not place your application dependencies here; they belong
|
// NOTE: Do not place your application dependencies here; they belong
|
||||||
// in the individual module build.gradle files
|
// in the individual module build.gradle files
|
||||||
|
|
Loading…
Reference in New Issue