mirror of
https://github.com/YTVanced/VancedMicroG
synced 2024-11-24 04:05:13 +00:00
Some updates
This commit is contained in:
parent
f78d71a895
commit
741395c888
2 changed files with 1 additions and 2 deletions
|
@ -38,5 +38,4 @@ dependencies {
|
|||
api project(':play-services-base-api')
|
||||
|
||||
implementation "androidx.fragment:fragment:$fragmentVersion"
|
||||
implementation 'com.google.android.gms:play-services-base:17.4.0'
|
||||
}
|
||||
|
|
|
@ -21,7 +21,7 @@ apply plugin: 'kotlin-android-extensions'
|
|||
dependencies {
|
||||
implementation "com.squareup.wire:wire-runtime:$wireVersion"
|
||||
implementation 'de.hdodenhof:circleimageview:3.1.0'
|
||||
implementation 'org.conscrypt:conscrypt-android:2.4.0'
|
||||
implementation 'org.conscrypt:conscrypt-android:2.5.0'
|
||||
// TODO: Switch to upstream once raw requests are merged
|
||||
// https://github.com/vitalidze/chromecast-java-api-v2/pull/99
|
||||
// implementation "su.litvak.chromecast:api-v2:0.10.4"
|
||||
|
|
Loading…
Reference in a new issue