Add the following dependencies to your **build.gradle (Module :app)** file and click "Sync Now" when prompted: ```groovy dependencies { implementation 'com.amplifyframework:aws-auth-cognito:ANDROID_VERSION' implementation 'com.amplifyframework:aws-geo-location:ANDROID_VERSION' } ``` **Note:** The Geo plugin has a dependency on Cognito Auth.