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.
39 lines
1.4 KiB
39 lines
1.4 KiB
apply plugin: 'com.android.application'
|
|
|
|
android {
|
|
compileSdkVersion 26
|
|
defaultConfig {
|
|
applicationId "com.fly.guilingl"
|
|
minSdkVersion 16
|
|
targetSdkVersion 26
|
|
versionCode 1
|
|
versionName "1.0"
|
|
testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"
|
|
}
|
|
buildTypes {
|
|
release {
|
|
minifyEnabled false
|
|
proguardFiles getDefaultProguardFile('proguard-android.txt'), 'proguard-rules.pro'
|
|
}
|
|
}
|
|
}
|
|
|
|
dependencies {
|
|
implementation fileTree(include: ['*.jar'], dir: 'libs')
|
|
implementation 'com.android.support:appcompat-v7:26.1.0'
|
|
implementation 'com.android.support.constraint:constraint-layout:1.1.3'
|
|
testImplementation 'junit:junit:4.12'
|
|
androidTestImplementation 'com.android.support.test:runner:1.0.2'
|
|
androidTestImplementation 'com.android.support.test.espresso:espresso-core:3.0.2'
|
|
androidTestCompile('com.android.support:support-annotations:26.1.0') { force = true }
|
|
compile 'com.lzy.net:okgo:2.0.0'
|
|
compile 'com.android.support:design:26.1.0'
|
|
compile 'com.android.support:recyclerview-v7:26.1.0'
|
|
compile 'com.android.support:cardview-v7:26.1.0'
|
|
implementation files('libs/systembartint-1.0.4.jar')
|
|
compile 'com.lzy.net:okgo:2.0.0'
|
|
compile 'com.github.bumptech.glide:glide:3.6.1'
|
|
compile 'de.hdodenhof:circleimageview:2.1.0'
|
|
implementation 'cn.jzvd:jiaozivideoplayer:6.3.1'
|
|
}
|