diff --git a/.idea/misc.xml b/.idea/misc.xml index cfbc531887229a2bae450c029589c88a6f883739..1caa6c1d2cab5133defa7b9441c1ddf3f8dad926 100644 --- a/.idea/misc.xml +++ b/.idea/misc.xml @@ -30,22 +30,31 @@ + + + + + - + + + + + diff --git a/app/build.gradle b/app/build.gradle index 79cfe2d5a35339df827c767d9187c402a9ab2117..403d3489b3fcf036f08928d86c24be3d4aecb94c 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -32,8 +32,11 @@ android { dependencies { - + implementation 'com.squareup.okhttp3:okhttp:3.4.1' + implementation 'com.google.code.gson:gson:2.8.6' + implementation 'androidx.swiperefreshlayout:swiperefreshlayout:1.1.0' implementation 'com.github.bumptech.glide:glide:4.13.1' + implementation files('libs\\litepal-2.0.0.jar') annotationProcessor 'com.github.bumptech.glide:compiler:4.13.1' implementation 'androidx.appcompat:appcompat:1.3.0' implementation 'com.google.android.material:material:1.4.0' diff --git a/app/src/main/AndroidManifest.xml b/app/src/main/AndroidManifest.xml index d10e0d604e5f80f0f487910163d6e1469986ab7d..671cd6e403d091e275f8e7a010e0bb0d211841df 100644 --- a/app/src/main/AndroidManifest.xml +++ b/app/src/main/AndroidManifest.xml @@ -7,6 +7,7 @@ + + + + android:label="翻译" /> + + + android:shadowColor="@color/edit_shadow" + android:textColor="@color/black" + android:textColorHint="@color/edit_hint" /> - - - \ No newline at end of file + android:text="词书管理" + /> +