提交 3ad81f4c 编写于 作者: 东方怂天's avatar 东方怂天

WDNMD

上级 ac39f44b
apply plugin: 'com.android.application' apply plugin: 'com.android.application'
android { android {
lintOptions {
checkReleaseBuilds false
abortOnError false
}
compileSdkVersion 28 compileSdkVersion 28
defaultConfig { defaultConfig {
applicationId "cn.easternday.huazai" applicationId "cn.easternday.huazai"
...@@ -54,8 +58,8 @@ dependencies { ...@@ -54,8 +58,8 @@ dependencies {
implementation 'com.android.support:appcompat-v7:28.0.0' implementation 'com.android.support:appcompat-v7:28.0.0'
implementation 'com.android.support.constraint:constraint-layout:1.1.3' implementation 'com.android.support.constraint:constraint-layout:1.1.3'
implementation 'com.squareup.okhttp3:okhttp:4.2.2' implementation 'com.squareup.okhttp3:okhttp:4.2.2'
api 'com.squareup.okhttp3:okhttp:3.9.0' api 'com.squareup.okhttp3:okhttp:4.2.2'
api 'com.google.code.gson:gson:2.8.0' api 'com.google.code.gson:gson:2.8.5'
testImplementation 'junit:junit:4.12' testImplementation 'junit:junit:4.12'
androidTestImplementation 'com.android.support.test:runner:1.0.2' androidTestImplementation 'com.android.support.test:runner:1.0.2'
androidTestImplementation 'com.android.support.test.espresso:espresso-core:3.0.2' androidTestImplementation 'com.android.support.test.espresso:espresso-core:3.0.2'
......
...@@ -86,8 +86,8 @@ ...@@ -86,8 +86,8 @@
android:theme="@style/Theme.AppCompat.NoActionBar" android:theme="@style/Theme.AppCompat.NoActionBar"
android:launchMode="singleTask"> android:launchMode="singleTask">
</activity> </activity>
<activity android:name="cn.EasertnDay.HuaZai.HuaZaiActivity"> <activity android:name="cn.EasertnDay.HuaZai.HuaZaiActivity"
android:launchMode="singleTask" android:launchMode="singleTask">
</activity> </activity>
<activity <activity
android:name="cn.EasertnDay.HuaZai.BasicMainActivity" android:name="cn.EasertnDay.HuaZai.BasicMainActivity"
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册