document.write('
Data hosted with ♥ by Pastebin.com - Download Raw - See Original
  1. ...
  2. dependencies {
  3. implementation fileTree(dir: 'libs', include: ['*.jar'])
  4. implementation 'androidx.appcompat:appcompat:1.2.0'
  5. implementation 'androidx.constraintlayout:constraintlayout:2.0.1'
  6. testImplementation 'junit:junit:4.12'
  7. androidTestImplementation 'androidx.test.ext:junit:1.1.2'
  8. androidTestImplementation 'androidx.test.espresso:espresso-core:3.3.0'
  9. implementation 'com.amitshekhar.android:android-networking:1.0.2'
  10. implementation 'androidx.cardview:cardview:1.0.0'
  11. }
  12.  
');