Update some of Mariotaku's libraries

This commit is contained in:
TacoTheDank 2020-06-28 23:11:50 -04:00
parent 1a833cdaa9
commit 47bf66c628
2 changed files with 9 additions and 9 deletions

View File

@ -47,9 +47,9 @@ subprojects {
ParcelablePlease : '1.0.2', ParcelablePlease : '1.0.2',
ExportablePreferences: '0.9.7', ExportablePreferences: '0.9.7',
MariotakuCommons : '0.9.20', MariotakuCommons : '0.9.22',
ObjectCursor : '0.9.21', ObjectCursor : '0.9.21',
RestFu : '0.9.60', RestFu : '0.9.64',
] ]
} }
} }

View File

@ -179,7 +179,6 @@ ext {
Exoplayer : '2.11.6', Exoplayer : '2.11.6',
Glide : '4.11.0', Glide : '4.11.0',
MediaViewerLibrary: '0.9.23', MediaViewerLibrary: '0.9.23',
PlayServices : '17.0.0',
Stetho : '1.5.1', Stetho : '1.5.1',
] ]
} }
@ -257,7 +256,7 @@ dependencies {
/** Custom dependencies **/ /** Custom dependencies **/
implementation 'com.github.mariotaku:AbstractTask:0.9.5' implementation 'com.github.mariotaku:AbstractTask:0.9.7'
implementation 'com.github.mariotaku:DragSortListView:0.6.1' implementation 'com.github.mariotaku:DragSortListView:0.6.1'
implementation "com.github.mariotaku.ExportablePreferences:core:${sharedVersions['ExportablePreferences']}" implementation "com.github.mariotaku.ExportablePreferences:core:${sharedVersions['ExportablePreferences']}"
implementation("com.github.mariotaku.CommonsLibrary:emojione-android:${sharedVersions['MariotakuCommons']}") { implementation("com.github.mariotaku.CommonsLibrary:emojione-android:${sharedVersions['MariotakuCommons']}") {
@ -275,14 +274,14 @@ dependencies {
implementation 'com.github.mariotaku:MessageBubbleView:3.5' implementation 'com.github.mariotaku:MessageBubbleView:3.5'
implementation "com.github.mariotaku.ObjectCursor:core:${sharedVersions['ObjectCursor']}" implementation "com.github.mariotaku.ObjectCursor:core:${sharedVersions['ObjectCursor']}"
kapt "com.github.mariotaku.ObjectCursor:processor:${sharedVersions['ObjectCursor']}" kapt "com.github.mariotaku.ObjectCursor:processor:${sharedVersions['ObjectCursor']}"
implementation 'com.github.mariotaku:PickNCrop:0.9.27' implementation 'com.github.mariotaku:PickNCrop:0.9.29'
implementation "com.github.mariotaku.RestFu:library:${sharedVersions['RestFu']}" implementation "com.github.mariotaku.RestFu:library:${sharedVersions['RestFu']}"
implementation "com.github.mariotaku.RestFu:logansquare:${sharedVersions['RestFu']}" implementation "com.github.mariotaku.RestFu:logansquare:${sharedVersions['RestFu']}"
implementation "com.github.mariotaku.RestFu:oauth:${sharedVersions['RestFu']}" implementation "com.github.mariotaku.RestFu:oauth:${sharedVersions['RestFu']}"
implementation "com.github.mariotaku.RestFu:oauth2:${sharedVersions['RestFu']}" implementation "com.github.mariotaku.RestFu:oauth2:${sharedVersions['RestFu']}"
implementation "com.github.mariotaku.RestFu:okhttp3:${sharedVersions['RestFu']}" implementation "com.github.mariotaku.RestFu:okhttp3:${sharedVersions['RestFu']}"
implementation 'com.github.mariotaku:SQLiteQB:0.9.15' implementation 'com.github.mariotaku:SQLiteQB:0.9.15'
implementation 'com.github.mariotaku.UniqR:android:0.9.4' implementation 'com.github.mariotaku.UniqR:android:0.9.10'
implementation 'com.github.Tlaster:Chameleon:0.9.28' implementation 'com.github.Tlaster:Chameleon:0.9.28'
@ -292,9 +291,10 @@ dependencies {
if (enableGoogleVariant) { if (enableGoogleVariant) {
// START Non-FOSS component // START Non-FOSS component
googleImplementation "com.google.android.gms:play-services-ads:${libVersions['PlayServices']}" googleImplementation 'com.google.android.gms:play-services-ads:17.0.0'
googleImplementation "com.google.android.gms:play-services-auth:${libVersions['PlayServices']}" googleImplementation 'com.google.android.gms:play-services-auth:17.0.0'
googleImplementation "com.google.android.gms:play-services-maps:${libVersions['PlayServices']}" googleImplementation 'com.google.android.gms:play-services-maps:17.0.0'
googleImplementation 'com.google.maps.android:android-maps-utils:0.6.2' googleImplementation 'com.google.maps.android:android-maps-utils:0.6.2'
googleImplementation 'com.anjlab.android.iab.v3:library:1.1.0' googleImplementation 'com.anjlab.android.iab.v3:library:1.1.0'
googleImplementation 'com.dropbox.core:dropbox-core-sdk:3.1.3' googleImplementation 'com.dropbox.core:dropbox-core-sdk:3.1.3'