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.
 
 
 
 
 
 

28 rivejä
416 B

  1. allprojects {
  2. repositories {
  3. google()
  4. jcenter()
  5. }
  6. }
  7. buildscript {
  8. dependencies {
  9. classpath 'com.android.tools.build:gradle:3.5.0'
  10. }
  11. repositories {
  12. google()
  13. jcenter()
  14. }
  15. }
  16. task clean(type: Delete) {
  17. delete rootProject.buildDir
  18. }
  19. tasks {
  20. wrapper {
  21. gradleVersion = "5.6.2"
  22. distributionType = Wrapper.DistributionType.ALL
  23. }
  24. }