Skip to content

Commit

Permalink
Update support-v4 version
Browse files Browse the repository at this point in the history
Because google-sign-in crashes with the error:
"java.lang.NoClassDefFoundError: Failed resolution of: Landroid/support/v4/content/ModernAsyncTask;"
Pick version 27.1.1, because it seems to be the most recent *and stable* version: https://mvnrepository.com/artifact/com.android.support/support-v4?repo=google
  • Loading branch information
X-Wei committed Jan 13, 2019
1 parent 94ab00a commit a7994dd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ allprojects {
// (https://github.com/X-Wei/flutter_catalog/issues/4).
// C.f. https://stackoverflow.com/a/50578320.
configurations.all {
resolutionStrategy.force "com.android.support:support-v4:26.1.0"
resolutionStrategy.force "com.android.support:support-v4:27.1.1"
}
}

Expand Down

0 comments on commit a7994dd

Please sign in to comment.