config.gradle 1.1 KB

1234567891011121314151617181920212223242526
  1. // +———————————————————————————————————
  2. // | Created by Yunbao
  3. // +———————————————————————————————————
  4. // | Copyright (c) 2013~2022 http://www.yunbaokj.com All rights reserved.
  5. // +———————————————————————————————————
  6. // | Author: https://gitee.com/yunbaokeji
  7. // +———————————————————————————————————
  8. // | Date: 2022-04-30
  9. // +———————————————————————————————————
  10. ext {
  11. android = [
  12. compileSdkVersion: 28,
  13. buildToolsVersion: "28.0.3",
  14. minSdkVersion : 23,
  15. targetSdkVersion : 28,
  16. versionCode : 106,
  17. versionName : "6.2.2"
  18. ]
  19. manifestPlaceholders = [
  20. //服务器地址
  21. serverHost : "http://xxxxxx.xxxxxx.com",
  22. ]
  23. }