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.
|
- group 'cn.zhios.zhiying_comm'
- version '1.0'
-
- buildscript {
- repositories {
- google()
- jcenter()
- }
-
- dependencies {
- classpath 'com.android.tools.build:gradle:3.5.0'
- }
- }
-
- rootProject.allprojects {
- repositories {
- google()
- jcenter()
- }
- }
-
- apply plugin: 'com.android.library'
-
- android {
- compileSdkVersion 28
-
- defaultConfig {
- minSdkVersion 19
- testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
- }
- lintOptions {
- disable 'InvalidPackage'
- }
- }
|