|
@@ -1,14 +1,13 @@
|
|
apply plugin: 'com.android.application'
|
|
apply plugin: 'com.android.application'
|
|
|
|
|
|
android {
|
|
android {
|
|
- compileSdkVersion 26
|
|
|
|
|
|
+ compileSdkVersion 28
|
|
defaultConfig {
|
|
defaultConfig {
|
|
applicationId "me.yoqi.app.wxredpacket"
|
|
applicationId "me.yoqi.app.wxredpacket"
|
|
minSdkVersion 16
|
|
minSdkVersion 16
|
|
- targetSdkVersion 26
|
|
|
|
|
|
+ targetSdkVersion 28
|
|
versionCode 1
|
|
versionCode 1
|
|
versionName "1.0"
|
|
versionName "1.0"
|
|
- testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"
|
|
|
|
ndk {
|
|
ndk {
|
|
// 设置支持的SO库架构
|
|
// 设置支持的SO库架构
|
|
abiFilters 'armeabi', 'x86', 'armeabi-v7a', 'x86_64', 'arm64-v8a'
|
|
abiFilters 'armeabi', 'x86', 'armeabi-v7a', 'x86_64', 'arm64-v8a'
|
|
@@ -32,13 +31,9 @@ android {
|
|
}
|
|
}
|
|
|
|
|
|
dependencies {
|
|
dependencies {
|
|
- compile 'com.tencent.bugly:crashreport_upgrade:latest.release'
|
|
|
|
- compile 'com.tencent.bugly:nativecrashreport:latest.release'
|
|
|
|
-
|
|
|
|
implementation fileTree(dir: 'libs', include: ['*.jar'])
|
|
implementation fileTree(dir: 'libs', include: ['*.jar'])
|
|
- implementation 'com.android.support:appcompat-v7:26.1.0'
|
|
|
|
- implementation 'com.android.support.constraint:constraint-layout:1.0.2'
|
|
|
|
- testImplementation 'junit:junit:4.12'
|
|
|
|
- androidTestImplementation 'com.android.support.test:runner:1.0.1'
|
|
|
|
- androidTestImplementation 'com.android.support.test.espresso:espresso-core:3.0.1'
|
|
|
|
|
|
+ implementation 'com.tencent.bugly:crashreport_upgrade:latest.release'
|
|
|
|
+ implementation 'com.tencent.bugly:nativecrashreport:latest.release'
|
|
|
|
+ implementation 'com.android.support:appcompat-v7:28.0.0'
|
|
|
|
+ implementation 'com.android.support.constraint:constraint-layout:1.1.3'
|
|
}
|
|
}
|