From 3ad81f4c77e0869d960683e813d8af848275993b Mon Sep 17 00:00:00 2001 From: EasternDay <849919718@qq.com> Date: Wed, 22 Jul 2020 11:53:16 +0800 Subject: [PATCH] WDNMD --- app/build.gradle | 8 ++++++-- app/src/main/AndroidManifest.xml | 4 ++-- 2 files changed, 8 insertions(+), 4 deletions(-) diff --git a/app/build.gradle b/app/build.gradle index 80fcba0..8e45e21 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -1,6 +1,10 @@ apply plugin: 'com.android.application' android { + lintOptions { + checkReleaseBuilds false + abortOnError false + } compileSdkVersion 28 defaultConfig { applicationId "cn.easternday.huazai" @@ -54,8 +58,8 @@ dependencies { implementation 'com.android.support:appcompat-v7:28.0.0' implementation 'com.android.support.constraint:constraint-layout:1.1.3' implementation 'com.squareup.okhttp3:okhttp:4.2.2' - api 'com.squareup.okhttp3:okhttp:3.9.0' - api 'com.google.code.gson:gson:2.8.0' + api 'com.squareup.okhttp3:okhttp:4.2.2' + api 'com.google.code.gson:gson:2.8.5' 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' diff --git a/app/src/main/AndroidManifest.xml b/app/src/main/AndroidManifest.xml index 492b573..1327ede 100644 --- a/app/src/main/AndroidManifest.xml +++ b/app/src/main/AndroidManifest.xml @@ -86,8 +86,8 @@ android:theme="@style/Theme.AppCompat.NoActionBar" android:launchMode="singleTask"> - - android:launchMode="singleTask" +