mirror of
https://github.com/TeamVanced/VancedMicroG
synced 2024-11-19 02:29:25 +01:00
Update dependencies and Readme
This commit is contained in:
parent
f2f7f43dd2
commit
8d0586487e
@ -16,6 +16,7 @@ This fork tweaks MicroG to be usable by applications that require Google authent
|
||||
- Analytics
|
||||
- Car
|
||||
- Droidguard
|
||||
- Exposure-notifications
|
||||
- Feedback
|
||||
- Firebase
|
||||
- Games
|
||||
|
@ -37,13 +37,13 @@ dependencies {
|
||||
|
||||
// AndroidX UI
|
||||
implementation "androidx.appcompat:appcompat:1.2.0"
|
||||
implementation "androidx.mediarouter:mediarouter:$mediarouterVersion"
|
||||
implementation "androidx.mediarouter:mediarouter:1.2.0"
|
||||
implementation "androidx.preference:preference:$preferenceVersion"
|
||||
|
||||
implementation "androidx.navigation:navigation-fragment:$navigationVersion"
|
||||
implementation "androidx.navigation:navigation-ui:$navigationVersion"
|
||||
implementation "androidx.navigation:navigation-fragment-ktx:$navigationVersion"
|
||||
implementation "androidx.navigation:navigation-ui-ktx:$navigationVersion"
|
||||
implementation "androidx.navigation:navigation-fragment:2.3.1"
|
||||
implementation "androidx.navigation:navigation-ui:2.3.1"
|
||||
implementation "androidx.navigation:navigation-fragment-ktx:2.3.1"
|
||||
implementation "androidx.navigation:navigation-ui-ktx:2.3.1"
|
||||
|
||||
implementation "androidx.lifecycle:lifecycle-service:$lifecycleVersion"
|
||||
implementation 'org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.4.10'
|
||||
|
Loading…
Reference in New Issue
Block a user