Bubble android client. Fork of https://git.zx2c4.com/wireguard-android/
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.

123456789101112131415161718
  1. allprojects {
  2. repositories {
  3. jcenter()
  4. }
  5. }
  6. buildscript {
  7. dependencies {
  8. classpath 'com.android.tools.build:gradle:2.3.3'
  9. }
  10. repositories {
  11. jcenter()
  12. }
  13. }
  14. task clean(type: Delete) {
  15. delete rootProject.buildDir
  16. }