diff --git a/app/build.gradle b/app/build.gradle index 80fcba0dbec52600c8737ed57dcec858f94d3c3c..8e45e218e5ed710294de71ec4234065dbbadaf93 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 492b57375fe526b9c143106d9aabe973ce0c80c0..1327edecff2161b6893771031555f5843e721813 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" +