

The manifest file defines the project structure this is a very important part of the application. The following code is for the android application Manifest File which is available in your project root directory. Implementation ':constraint-layout:1.1.3'ĪndroidTestImplementation ':runner:1.0.2'ĪndroidTestImplementation '.espresso:espresso-core:3.0.2' Implementation fileTree(dir: 'libs', include: ) ProguardFiles getDefaultProguardFile('proguard-android-optimize.txt'), 'proguard-rules.pro' TestInstrumentationRunner ".AndroidJUnitRunner" implementation ‘:gson:2.8.2’ĪpplicationId "".

implementation ‘:recyclerview-v7:28.0.0’.

Add the following two additional libraries in dependencies of your adle (Module: app ):
