Bubble android client. Fork of https://git.zx2c4.com/wireguard-android/
您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符
 
 
 
 
 
 

28 行
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. }