mirror of
https://gitlab.linphone.org/BC/public/linphone-android.git
synced 2026-01-17 03:18:06 +00:00
Trying to downgrade navigation library version to see if it fixes crashes on the Play Store
This commit is contained in:
parent
44ebbc56a8
commit
c19f7f0da1
1 changed files with 1 additions and 1 deletions
|
|
@ -214,7 +214,7 @@ dependencies {
|
|||
implementation "androidx.emoji2:emoji2:$emoji_version"
|
||||
implementation "androidx.emoji2:emoji2-emojipicker:$emoji_version"
|
||||
|
||||
def nav_version = "2.7.1"
|
||||
def nav_version = "2.5.3"
|
||||
implementation "androidx.navigation:navigation-fragment-ktx:$nav_version"
|
||||
implementation "androidx.navigation:navigation-ui-ktx:$nav_version"
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue