Open-source alternative Instagram client on Android. More maintainers needed!
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

23 lines
364 B

4 years ago
  1. buildscript {
  2. repositories {
  3. google()
  4. jcenter()
  5. }
  6. dependencies {
  7. classpath 'com.android.tools.build:gradle:4.0.0'
  8. }
  9. }
  10. allprojects {
  11. repositories {
  12. google()
  13. jcenter()
  14. mavenCentral()
  15. maven { url 'https://jitpack.io' }
  16. }
  17. }
  18. task clean(type: Delete) {
  19. delete rootProject.buildDir
  20. }