Commit 7fe5f3f1 authored by wanglei's avatar wanglei

...需同步到功能...

parent de7041bb
...@@ -8,6 +8,7 @@ android { ...@@ -8,6 +8,7 @@ android {
compileSdk 34 compileSdk 34
defaultConfig { defaultConfig {
//com.pdfninja.pdfreaderandimagetopdf.bmw
applicationId "com.base.superpdfreader" applicationId "com.base.superpdfreader"
minSdk 26 minSdk 26
targetSdk 34 targetSdk 34
...@@ -54,8 +55,6 @@ dependencies { ...@@ -54,8 +55,6 @@ dependencies {
implementation(libs.material) implementation(libs.material)
implementation(libs.androidx.activity) implementation(libs.androidx.activity)
implementation(libs.androidx.constraintlayout) implementation(libs.androidx.constraintlayout)
// testImplementation(libs.junit)
// androidTestImplementation(libs.androidx.junit)
androidTestImplementation(libs.androidx.espresso.core) androidTestImplementation(libs.androidx.espresso.core)
implementation("androidx.swiperefreshlayout:swiperefreshlayout:1.1.0") implementation("androidx.swiperefreshlayout:swiperefreshlayout:1.1.0")
implementation("com.google.android.material:material:1.4.0") implementation("com.google.android.material:material:1.4.0")
...@@ -68,8 +67,6 @@ dependencies { ...@@ -68,8 +67,6 @@ dependencies {
implementation("com.github.JavaNoober.BackgroundLibrary:libraryx:1.7.6") implementation("com.github.JavaNoober.BackgroundLibrary:libraryx:1.7.6")
implementation("com.github.bumptech.glide:glide:4.16.0") implementation("com.github.bumptech.glide:glide:4.16.0")
implementation("com.airbnb.android:lottie:6.4.0") implementation("com.airbnb.android:lottie:6.4.0")
//XLS表格
implementation("com.github.huangyanbin:SmartTable:2.2.0")
//https://blog.csdn.net/guoxiaolongonly/article/details/76992138 //https://blog.csdn.net/guoxiaolongonly/article/details/76992138
//pdf浏览 //pdf浏览
......
<?xml version="1.0" encoding="utf-8"?>
<androidx.constraintlayout.widget.ConstraintLayout xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:app="http://schemas.android.com/apk/res-auto"
xmlns:tools="http://schemas.android.com/tools"
android:id="@+id/main"
android:layout_width="match_parent"
android:layout_height="match_parent"
tools:context=".activity.XlsBrowserActivity">
<com.bin.david.form.core.SmartTable
android:id="@+id/smartTable"
android:layout_width="match_parent"
android:layout_height="match_parent" />
</androidx.constraintlayout.widget.ConstraintLayout>
\ No newline at end of file
<resources> <resources>
<string name="app_name">PDF Reader &amp; Image to PDF</string> <string name="app_name">PDF Reader &amp; Image to PDF</string>
<string name="hello_blank_fragment">Hello blank fragment</string> <string name="hello_blank_fragment">Hello blank fragment</string>
<string name="facebook_app_id">11</string> <string name="facebook_app_id">944700447857513</string>
</resources> </resources>
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment