1234567891011121314151617181920212223242526 |
- ext {
- android = [
- compileSdkVersion: 28,
- buildToolsVersion: "28.0.3",
- minSdkVersion : 23,
- targetSdkVersion : 28,
- versionCode : 106,
- versionName : "6.2.2"
- ]
- manifestPlaceholders = [
-
- serverHost : "http://xxxxxx.xxxxxx.com",
- ]
- }
|