Skip to content

Commit

Permalink
fix(docs): Remove lifecycle viewmodel from setup (#5042)
Browse files Browse the repository at this point in the history
  • Loading branch information
dengdan154 authored and iartemiev committed Feb 20, 2023
1 parent f64e3be commit 1f1fcf9
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/fragments/start/getting-started/android/setup.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -89,8 +89,6 @@ You should now have an empty Android project without Amplify.
```groovy
implementation 'com.amplifyframework:aws-api:ANDROID_VERSION'
implementation 'com.amplifyframework:aws-datastore:ANDROID_VERSION'
implementation "androidx.lifecycle:lifecycle-viewmodel:2.5.1"
implementation "androidx.lifecycle:lifecycle-viewmodel-ktx:2.5.1"
```

4. Run **Gradle Sync**
Expand Down

0 comments on commit 1f1fcf9

Please sign in to comment.