Skip to content

Commit

Permalink
chore(app): bump navigation component to '2.4.0-alpha06'
Browse files Browse the repository at this point in the history
Version 2.3.5 of Navigation component was causing a crash on the Play
Store variant.
  • Loading branch information
ashutoshgngwr committed Aug 13, 2021
1 parent d38fdf1 commit 9735cd8
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,11 @@ dependencies {
def mockkVersion = '1.12.0'
def espressoVersion = '3.3.0'
def coroutinesVersion = '1.5.1'
def navVersion = '2.3.5'

// TODO: move this to stable release. The latest stable release (2.3.5) causes a crash with error
// `java.lang.RuntimeException: Unknown animation name: x`
// Although, the crash only occurs on the Play Store variant..?
def navVersion = '2.4.0-alpha06'

implementation 'androidx.activity:activity-ktx:1.3.0'
implementation 'androidx.appcompat:appcompat:1.3.1'
Expand Down

0 comments on commit 9735cd8

Please sign in to comment.