diff --git a/androidpdfviewer/build.gradle b/androidpdfviewer/build.gradle index 193d333..502db57 100644 --- a/androidpdfviewer/build.gradle +++ b/androidpdfviewer/build.gradle @@ -11,6 +11,6 @@ android { } dependencies { - implementation 'com.android.support:support-compat:28.0.0' - api 'com.github.barteksc:pdfium-android:1.9.0' + implementation libs.support.compat + api libs.pdfium.android } \ No newline at end of file diff --git a/androidpdfviewer/build/intermediates/compile_library_classes_jar/debug/bundleLibCompileToJarDebug/classes.jar b/androidpdfviewer/build/intermediates/compile_library_classes_jar/debug/bundleLibCompileToJarDebug/classes.jar index 1d1653d..526dac3 100644 Binary files a/androidpdfviewer/build/intermediates/compile_library_classes_jar/debug/bundleLibCompileToJarDebug/classes.jar and b/androidpdfviewer/build/intermediates/compile_library_classes_jar/debug/bundleLibCompileToJarDebug/classes.jar differ diff --git a/androidpdfviewer/build/intermediates/compile_library_classes_jar/release/bundleLibCompileToJarRelease/classes.jar b/androidpdfviewer/build/intermediates/compile_library_classes_jar/release/bundleLibCompileToJarRelease/classes.jar index 1d1653d..526dac3 100644 Binary files a/androidpdfviewer/build/intermediates/compile_library_classes_jar/release/bundleLibCompileToJarRelease/classes.jar and b/androidpdfviewer/build/intermediates/compile_library_classes_jar/release/bundleLibCompileToJarRelease/classes.jar differ diff --git a/androidpdfviewer/build/intermediates/incremental/debug/packageDebugResources/compile-file-map.properties b/androidpdfviewer/build/intermediates/incremental/debug/packageDebugResources/compile-file-map.properties index 0e4a118..4079bae 100644 --- a/androidpdfviewer/build/intermediates/incremental/debug/packageDebugResources/compile-file-map.properties +++ b/androidpdfviewer/build/intermediates/incremental/debug/packageDebugResources/compile-file-map.properties @@ -1,4 +1,4 @@ -#Thu Jan 09 15:41:33 CST 2025 +#Thu Jan 16 15:52:30 CST 2025 com.github.barteksc.pdfviewer.androidpdfviewer-main-6\:/drawable/default_scroll_handle_bottom.xml=/home/admin/AndroidStudioProjects/ZHDCOA/androidpdfviewer/build/intermediates/packaged_res/debug/packageDebugResources/drawable/default_scroll_handle_bottom.xml com.github.barteksc.pdfviewer.androidpdfviewer-main-6\:/drawable/default_scroll_handle_left.xml=/home/admin/AndroidStudioProjects/ZHDCOA/androidpdfviewer/build/intermediates/packaged_res/debug/packageDebugResources/drawable/default_scroll_handle_left.xml com.github.barteksc.pdfviewer.androidpdfviewer-main-6\:/drawable/default_scroll_handle_right.xml=/home/admin/AndroidStudioProjects/ZHDCOA/androidpdfviewer/build/intermediates/packaged_res/debug/packageDebugResources/drawable/default_scroll_handle_right.xml diff --git a/androidpdfviewer/build/intermediates/incremental/release/packageReleaseResources/compile-file-map.properties b/androidpdfviewer/build/intermediates/incremental/release/packageReleaseResources/compile-file-map.properties index 7e4fb0e..0287a80 100644 --- a/androidpdfviewer/build/intermediates/incremental/release/packageReleaseResources/compile-file-map.properties +++ b/androidpdfviewer/build/intermediates/incremental/release/packageReleaseResources/compile-file-map.properties @@ -1,4 +1,4 @@ -#Thu Jan 09 15:41:33 CST 2025 +#Thu Jan 16 15:53:13 CST 2025 com.github.barteksc.pdfviewer.androidpdfviewer-main-5\:/drawable/default_scroll_handle_bottom.xml=/home/admin/AndroidStudioProjects/ZHDCOA/androidpdfviewer/build/intermediates/packaged_res/release/packageReleaseResources/drawable/default_scroll_handle_bottom.xml com.github.barteksc.pdfviewer.androidpdfviewer-main-5\:/drawable/default_scroll_handle_left.xml=/home/admin/AndroidStudioProjects/ZHDCOA/androidpdfviewer/build/intermediates/packaged_res/release/packageReleaseResources/drawable/default_scroll_handle_left.xml com.github.barteksc.pdfviewer.androidpdfviewer-main-5\:/drawable/default_scroll_handle_right.xml=/home/admin/AndroidStudioProjects/ZHDCOA/androidpdfviewer/build/intermediates/packaged_res/release/packageReleaseResources/drawable/default_scroll_handle_right.xml diff --git a/androidpdfviewer/build/intermediates/javac/debug/compileDebugJavaWithJavac/classes/com/github/barteksc/pdfviewer/AnimationManager$XAnimation.class b/androidpdfviewer/build/intermediates/javac/debug/compileDebugJavaWithJavac/classes/com/github/barteksc/pdfviewer/AnimationManager$XAnimation.class index aac9834..565caf7 100644 Binary files a/androidpdfviewer/build/intermediates/javac/debug/compileDebugJavaWithJavac/classes/com/github/barteksc/pdfviewer/AnimationManager$XAnimation.class and b/androidpdfviewer/build/intermediates/javac/debug/compileDebugJavaWithJavac/classes/com/github/barteksc/pdfviewer/AnimationManager$XAnimation.class differ diff --git a/androidpdfviewer/build/intermediates/javac/debug/compileDebugJavaWithJavac/classes/com/github/barteksc/pdfviewer/AnimationManager$YAnimation.class b/androidpdfviewer/build/intermediates/javac/debug/compileDebugJavaWithJavac/classes/com/github/barteksc/pdfviewer/AnimationManager$YAnimation.class index cadbf3d..17170e9 100644 Binary files a/androidpdfviewer/build/intermediates/javac/debug/compileDebugJavaWithJavac/classes/com/github/barteksc/pdfviewer/AnimationManager$YAnimation.class and b/androidpdfviewer/build/intermediates/javac/debug/compileDebugJavaWithJavac/classes/com/github/barteksc/pdfviewer/AnimationManager$YAnimation.class differ diff --git a/androidpdfviewer/build/intermediates/javac/debug/compileDebugJavaWithJavac/classes/com/github/barteksc/pdfviewer/AnimationManager$ZoomAnimation.class b/androidpdfviewer/build/intermediates/javac/debug/compileDebugJavaWithJavac/classes/com/github/barteksc/pdfviewer/AnimationManager$ZoomAnimation.class index d23c6aa..f98bcc8 100644 Binary files a/androidpdfviewer/build/intermediates/javac/debug/compileDebugJavaWithJavac/classes/com/github/barteksc/pdfviewer/AnimationManager$ZoomAnimation.class and b/androidpdfviewer/build/intermediates/javac/debug/compileDebugJavaWithJavac/classes/com/github/barteksc/pdfviewer/AnimationManager$ZoomAnimation.class differ diff --git a/androidpdfviewer/build/intermediates/javac/debug/compileDebugJavaWithJavac/classes/com/github/barteksc/pdfviewer/CacheManager$PagePartComparator.class b/androidpdfviewer/build/intermediates/javac/debug/compileDebugJavaWithJavac/classes/com/github/barteksc/pdfviewer/CacheManager$PagePartComparator.class index 5095201..9d835fe 100644 Binary files a/androidpdfviewer/build/intermediates/javac/debug/compileDebugJavaWithJavac/classes/com/github/barteksc/pdfviewer/CacheManager$PagePartComparator.class and b/androidpdfviewer/build/intermediates/javac/debug/compileDebugJavaWithJavac/classes/com/github/barteksc/pdfviewer/CacheManager$PagePartComparator.class differ diff --git a/androidpdfviewer/build/intermediates/javac/debug/compileDebugJavaWithJavac/classes/com/github/barteksc/pdfviewer/DecodingAsyncTask.class b/androidpdfviewer/build/intermediates/javac/debug/compileDebugJavaWithJavac/classes/com/github/barteksc/pdfviewer/DecodingAsyncTask.class index 692c1f4..f161cea 100644 Binary files a/androidpdfviewer/build/intermediates/javac/debug/compileDebugJavaWithJavac/classes/com/github/barteksc/pdfviewer/DecodingAsyncTask.class and b/androidpdfviewer/build/intermediates/javac/debug/compileDebugJavaWithJavac/classes/com/github/barteksc/pdfviewer/DecodingAsyncTask.class differ diff --git a/androidpdfviewer/build/intermediates/javac/debug/compileDebugJavaWithJavac/classes/com/github/barteksc/pdfviewer/PDFView$Configurator.class b/androidpdfviewer/build/intermediates/javac/debug/compileDebugJavaWithJavac/classes/com/github/barteksc/pdfviewer/PDFView$Configurator.class index f2450a1..ff97623 100644 Binary files a/androidpdfviewer/build/intermediates/javac/debug/compileDebugJavaWithJavac/classes/com/github/barteksc/pdfviewer/PDFView$Configurator.class and b/androidpdfviewer/build/intermediates/javac/debug/compileDebugJavaWithJavac/classes/com/github/barteksc/pdfviewer/PDFView$Configurator.class differ diff --git a/androidpdfviewer/build/intermediates/javac/debug/compileDebugJavaWithJavac/classes/com/github/barteksc/pdfviewer/PDFView$ScrollDir.class b/androidpdfviewer/build/intermediates/javac/debug/compileDebugJavaWithJavac/classes/com/github/barteksc/pdfviewer/PDFView$ScrollDir.class index 4a3cd27..00827e9 100644 Binary files a/androidpdfviewer/build/intermediates/javac/debug/compileDebugJavaWithJavac/classes/com/github/barteksc/pdfviewer/PDFView$ScrollDir.class and b/androidpdfviewer/build/intermediates/javac/debug/compileDebugJavaWithJavac/classes/com/github/barteksc/pdfviewer/PDFView$ScrollDir.class differ diff --git a/androidpdfviewer/build/intermediates/javac/debug/compileDebugJavaWithJavac/classes/com/github/barteksc/pdfviewer/PDFView$State.class b/androidpdfviewer/build/intermediates/javac/debug/compileDebugJavaWithJavac/classes/com/github/barteksc/pdfviewer/PDFView$State.class index bc22d39..d19d738 100644 Binary files a/androidpdfviewer/build/intermediates/javac/debug/compileDebugJavaWithJavac/classes/com/github/barteksc/pdfviewer/PDFView$State.class and b/androidpdfviewer/build/intermediates/javac/debug/compileDebugJavaWithJavac/classes/com/github/barteksc/pdfviewer/PDFView$State.class differ diff --git a/androidpdfviewer/build/intermediates/javac/debug/compileDebugJavaWithJavac/classes/com/github/barteksc/pdfviewer/PagesLoader$GridSize.class b/androidpdfviewer/build/intermediates/javac/debug/compileDebugJavaWithJavac/classes/com/github/barteksc/pdfviewer/PagesLoader$GridSize.class index 5fdc67b..099aa51 100644 Binary files a/androidpdfviewer/build/intermediates/javac/debug/compileDebugJavaWithJavac/classes/com/github/barteksc/pdfviewer/PagesLoader$GridSize.class and b/androidpdfviewer/build/intermediates/javac/debug/compileDebugJavaWithJavac/classes/com/github/barteksc/pdfviewer/PagesLoader$GridSize.class differ diff --git a/androidpdfviewer/build/intermediates/javac/debug/compileDebugJavaWithJavac/classes/com/github/barteksc/pdfviewer/PagesLoader$Holder.class b/androidpdfviewer/build/intermediates/javac/debug/compileDebugJavaWithJavac/classes/com/github/barteksc/pdfviewer/PagesLoader$Holder.class index 8580b08..961251b 100644 Binary files a/androidpdfviewer/build/intermediates/javac/debug/compileDebugJavaWithJavac/classes/com/github/barteksc/pdfviewer/PagesLoader$Holder.class and b/androidpdfviewer/build/intermediates/javac/debug/compileDebugJavaWithJavac/classes/com/github/barteksc/pdfviewer/PagesLoader$Holder.class differ diff --git a/androidpdfviewer/build/intermediates/javac/debug/compileDebugJavaWithJavac/classes/com/github/barteksc/pdfviewer/PagesLoader$RenderRange.class b/androidpdfviewer/build/intermediates/javac/debug/compileDebugJavaWithJavac/classes/com/github/barteksc/pdfviewer/PagesLoader$RenderRange.class index 3ee5581..2508b5a 100644 Binary files a/androidpdfviewer/build/intermediates/javac/debug/compileDebugJavaWithJavac/classes/com/github/barteksc/pdfviewer/PagesLoader$RenderRange.class and b/androidpdfviewer/build/intermediates/javac/debug/compileDebugJavaWithJavac/classes/com/github/barteksc/pdfviewer/PagesLoader$RenderRange.class differ diff --git a/androidpdfviewer/build/intermediates/javac/debug/compileDebugJavaWithJavac/classes/com/github/barteksc/pdfviewer/RenderingHandler$1.class b/androidpdfviewer/build/intermediates/javac/debug/compileDebugJavaWithJavac/classes/com/github/barteksc/pdfviewer/RenderingHandler$1.class index c9af9bd..bf4fbd1 100644 Binary files a/androidpdfviewer/build/intermediates/javac/debug/compileDebugJavaWithJavac/classes/com/github/barteksc/pdfviewer/RenderingHandler$1.class and b/androidpdfviewer/build/intermediates/javac/debug/compileDebugJavaWithJavac/classes/com/github/barteksc/pdfviewer/RenderingHandler$1.class differ diff --git a/androidpdfviewer/build/intermediates/javac/debug/compileDebugJavaWithJavac/classes/com/github/barteksc/pdfviewer/RenderingHandler$2.class b/androidpdfviewer/build/intermediates/javac/debug/compileDebugJavaWithJavac/classes/com/github/barteksc/pdfviewer/RenderingHandler$2.class index 423e650..56e2c91 100644 Binary files a/androidpdfviewer/build/intermediates/javac/debug/compileDebugJavaWithJavac/classes/com/github/barteksc/pdfviewer/RenderingHandler$2.class and b/androidpdfviewer/build/intermediates/javac/debug/compileDebugJavaWithJavac/classes/com/github/barteksc/pdfviewer/RenderingHandler$2.class differ diff --git a/androidpdfviewer/build/intermediates/javac/debug/compileDebugJavaWithJavac/classes/com/github/barteksc/pdfviewer/RenderingHandler$RenderingTask.class b/androidpdfviewer/build/intermediates/javac/debug/compileDebugJavaWithJavac/classes/com/github/barteksc/pdfviewer/RenderingHandler$RenderingTask.class index 68063bb..c8488c6 100644 Binary files a/androidpdfviewer/build/intermediates/javac/debug/compileDebugJavaWithJavac/classes/com/github/barteksc/pdfviewer/RenderingHandler$RenderingTask.class and b/androidpdfviewer/build/intermediates/javac/debug/compileDebugJavaWithJavac/classes/com/github/barteksc/pdfviewer/RenderingHandler$RenderingTask.class differ diff --git a/androidpdfviewer/build/intermediates/javac/debug/compileDebugJavaWithJavac/classes/com/github/barteksc/pdfviewer/scroll/DefaultScrollHandle$1.class b/androidpdfviewer/build/intermediates/javac/debug/compileDebugJavaWithJavac/classes/com/github/barteksc/pdfviewer/scroll/DefaultScrollHandle$1.class index 4ee14c7..d48fcbc 100644 Binary files a/androidpdfviewer/build/intermediates/javac/debug/compileDebugJavaWithJavac/classes/com/github/barteksc/pdfviewer/scroll/DefaultScrollHandle$1.class and b/androidpdfviewer/build/intermediates/javac/debug/compileDebugJavaWithJavac/classes/com/github/barteksc/pdfviewer/scroll/DefaultScrollHandle$1.class differ diff --git a/androidpdfviewer/build/intermediates/javac/debug/compileDebugJavaWithJavac/classes/com/github/barteksc/pdfviewer/scroll/DefaultScrollHandle.class b/androidpdfviewer/build/intermediates/javac/debug/compileDebugJavaWithJavac/classes/com/github/barteksc/pdfviewer/scroll/DefaultScrollHandle.class index 5ccd8fd..792c31c 100644 Binary files a/androidpdfviewer/build/intermediates/javac/debug/compileDebugJavaWithJavac/classes/com/github/barteksc/pdfviewer/scroll/DefaultScrollHandle.class and b/androidpdfviewer/build/intermediates/javac/debug/compileDebugJavaWithJavac/classes/com/github/barteksc/pdfviewer/scroll/DefaultScrollHandle.class differ diff --git a/androidpdfviewer/build/intermediates/javac/debug/compileDebugJavaWithJavac/classes/com/github/barteksc/pdfviewer/util/FitPolicy.class b/androidpdfviewer/build/intermediates/javac/debug/compileDebugJavaWithJavac/classes/com/github/barteksc/pdfviewer/util/FitPolicy.class index 81c05a9..9929dc7 100644 Binary files a/androidpdfviewer/build/intermediates/javac/debug/compileDebugJavaWithJavac/classes/com/github/barteksc/pdfviewer/util/FitPolicy.class and b/androidpdfviewer/build/intermediates/javac/debug/compileDebugJavaWithJavac/classes/com/github/barteksc/pdfviewer/util/FitPolicy.class differ diff --git a/androidpdfviewer/build/intermediates/javac/debug/compileDebugJavaWithJavac/classes/com/github/barteksc/pdfviewer/util/SnapEdge.class b/androidpdfviewer/build/intermediates/javac/debug/compileDebugJavaWithJavac/classes/com/github/barteksc/pdfviewer/util/SnapEdge.class index 812af45..5b61322 100644 Binary files a/androidpdfviewer/build/intermediates/javac/debug/compileDebugJavaWithJavac/classes/com/github/barteksc/pdfviewer/util/SnapEdge.class and b/androidpdfviewer/build/intermediates/javac/debug/compileDebugJavaWithJavac/classes/com/github/barteksc/pdfviewer/util/SnapEdge.class differ diff --git a/androidpdfviewer/build/intermediates/javac/release/compileReleaseJavaWithJavac/classes/com/github/barteksc/pdfviewer/AnimationManager$XAnimation.class b/androidpdfviewer/build/intermediates/javac/release/compileReleaseJavaWithJavac/classes/com/github/barteksc/pdfviewer/AnimationManager$XAnimation.class index aac9834..565caf7 100644 Binary files a/androidpdfviewer/build/intermediates/javac/release/compileReleaseJavaWithJavac/classes/com/github/barteksc/pdfviewer/AnimationManager$XAnimation.class and b/androidpdfviewer/build/intermediates/javac/release/compileReleaseJavaWithJavac/classes/com/github/barteksc/pdfviewer/AnimationManager$XAnimation.class differ diff --git a/androidpdfviewer/build/intermediates/javac/release/compileReleaseJavaWithJavac/classes/com/github/barteksc/pdfviewer/AnimationManager$YAnimation.class b/androidpdfviewer/build/intermediates/javac/release/compileReleaseJavaWithJavac/classes/com/github/barteksc/pdfviewer/AnimationManager$YAnimation.class index cadbf3d..17170e9 100644 Binary files a/androidpdfviewer/build/intermediates/javac/release/compileReleaseJavaWithJavac/classes/com/github/barteksc/pdfviewer/AnimationManager$YAnimation.class and b/androidpdfviewer/build/intermediates/javac/release/compileReleaseJavaWithJavac/classes/com/github/barteksc/pdfviewer/AnimationManager$YAnimation.class differ diff --git a/androidpdfviewer/build/intermediates/javac/release/compileReleaseJavaWithJavac/classes/com/github/barteksc/pdfviewer/AnimationManager$ZoomAnimation.class b/androidpdfviewer/build/intermediates/javac/release/compileReleaseJavaWithJavac/classes/com/github/barteksc/pdfviewer/AnimationManager$ZoomAnimation.class index d23c6aa..f98bcc8 100644 Binary files a/androidpdfviewer/build/intermediates/javac/release/compileReleaseJavaWithJavac/classes/com/github/barteksc/pdfviewer/AnimationManager$ZoomAnimation.class and b/androidpdfviewer/build/intermediates/javac/release/compileReleaseJavaWithJavac/classes/com/github/barteksc/pdfviewer/AnimationManager$ZoomAnimation.class differ diff --git a/androidpdfviewer/build/intermediates/javac/release/compileReleaseJavaWithJavac/classes/com/github/barteksc/pdfviewer/CacheManager$PagePartComparator.class b/androidpdfviewer/build/intermediates/javac/release/compileReleaseJavaWithJavac/classes/com/github/barteksc/pdfviewer/CacheManager$PagePartComparator.class index 5095201..9d835fe 100644 Binary files a/androidpdfviewer/build/intermediates/javac/release/compileReleaseJavaWithJavac/classes/com/github/barteksc/pdfviewer/CacheManager$PagePartComparator.class and b/androidpdfviewer/build/intermediates/javac/release/compileReleaseJavaWithJavac/classes/com/github/barteksc/pdfviewer/CacheManager$PagePartComparator.class differ diff --git a/androidpdfviewer/build/intermediates/javac/release/compileReleaseJavaWithJavac/classes/com/github/barteksc/pdfviewer/DecodingAsyncTask.class b/androidpdfviewer/build/intermediates/javac/release/compileReleaseJavaWithJavac/classes/com/github/barteksc/pdfviewer/DecodingAsyncTask.class index 692c1f4..f161cea 100644 Binary files a/androidpdfviewer/build/intermediates/javac/release/compileReleaseJavaWithJavac/classes/com/github/barteksc/pdfviewer/DecodingAsyncTask.class and b/androidpdfviewer/build/intermediates/javac/release/compileReleaseJavaWithJavac/classes/com/github/barteksc/pdfviewer/DecodingAsyncTask.class differ diff --git a/androidpdfviewer/build/intermediates/javac/release/compileReleaseJavaWithJavac/classes/com/github/barteksc/pdfviewer/PDFView$Configurator.class b/androidpdfviewer/build/intermediates/javac/release/compileReleaseJavaWithJavac/classes/com/github/barteksc/pdfviewer/PDFView$Configurator.class index f2450a1..ff97623 100644 Binary files a/androidpdfviewer/build/intermediates/javac/release/compileReleaseJavaWithJavac/classes/com/github/barteksc/pdfviewer/PDFView$Configurator.class and b/androidpdfviewer/build/intermediates/javac/release/compileReleaseJavaWithJavac/classes/com/github/barteksc/pdfviewer/PDFView$Configurator.class differ diff --git a/androidpdfviewer/build/intermediates/javac/release/compileReleaseJavaWithJavac/classes/com/github/barteksc/pdfviewer/PDFView$ScrollDir.class b/androidpdfviewer/build/intermediates/javac/release/compileReleaseJavaWithJavac/classes/com/github/barteksc/pdfviewer/PDFView$ScrollDir.class index 4a3cd27..00827e9 100644 Binary files a/androidpdfviewer/build/intermediates/javac/release/compileReleaseJavaWithJavac/classes/com/github/barteksc/pdfviewer/PDFView$ScrollDir.class and b/androidpdfviewer/build/intermediates/javac/release/compileReleaseJavaWithJavac/classes/com/github/barteksc/pdfviewer/PDFView$ScrollDir.class differ diff --git a/androidpdfviewer/build/intermediates/javac/release/compileReleaseJavaWithJavac/classes/com/github/barteksc/pdfviewer/PDFView$State.class b/androidpdfviewer/build/intermediates/javac/release/compileReleaseJavaWithJavac/classes/com/github/barteksc/pdfviewer/PDFView$State.class index bc22d39..d19d738 100644 Binary files a/androidpdfviewer/build/intermediates/javac/release/compileReleaseJavaWithJavac/classes/com/github/barteksc/pdfviewer/PDFView$State.class and b/androidpdfviewer/build/intermediates/javac/release/compileReleaseJavaWithJavac/classes/com/github/barteksc/pdfviewer/PDFView$State.class differ diff --git a/androidpdfviewer/build/intermediates/javac/release/compileReleaseJavaWithJavac/classes/com/github/barteksc/pdfviewer/PagesLoader$GridSize.class b/androidpdfviewer/build/intermediates/javac/release/compileReleaseJavaWithJavac/classes/com/github/barteksc/pdfviewer/PagesLoader$GridSize.class index 5fdc67b..099aa51 100644 Binary files a/androidpdfviewer/build/intermediates/javac/release/compileReleaseJavaWithJavac/classes/com/github/barteksc/pdfviewer/PagesLoader$GridSize.class and b/androidpdfviewer/build/intermediates/javac/release/compileReleaseJavaWithJavac/classes/com/github/barteksc/pdfviewer/PagesLoader$GridSize.class differ diff --git a/androidpdfviewer/build/intermediates/javac/release/compileReleaseJavaWithJavac/classes/com/github/barteksc/pdfviewer/PagesLoader$Holder.class b/androidpdfviewer/build/intermediates/javac/release/compileReleaseJavaWithJavac/classes/com/github/barteksc/pdfviewer/PagesLoader$Holder.class index 8580b08..961251b 100644 Binary files a/androidpdfviewer/build/intermediates/javac/release/compileReleaseJavaWithJavac/classes/com/github/barteksc/pdfviewer/PagesLoader$Holder.class and b/androidpdfviewer/build/intermediates/javac/release/compileReleaseJavaWithJavac/classes/com/github/barteksc/pdfviewer/PagesLoader$Holder.class differ diff --git a/androidpdfviewer/build/intermediates/javac/release/compileReleaseJavaWithJavac/classes/com/github/barteksc/pdfviewer/PagesLoader$RenderRange.class b/androidpdfviewer/build/intermediates/javac/release/compileReleaseJavaWithJavac/classes/com/github/barteksc/pdfviewer/PagesLoader$RenderRange.class index 3ee5581..2508b5a 100644 Binary files a/androidpdfviewer/build/intermediates/javac/release/compileReleaseJavaWithJavac/classes/com/github/barteksc/pdfviewer/PagesLoader$RenderRange.class and b/androidpdfviewer/build/intermediates/javac/release/compileReleaseJavaWithJavac/classes/com/github/barteksc/pdfviewer/PagesLoader$RenderRange.class differ diff --git a/androidpdfviewer/build/intermediates/javac/release/compileReleaseJavaWithJavac/classes/com/github/barteksc/pdfviewer/RenderingHandler$1.class b/androidpdfviewer/build/intermediates/javac/release/compileReleaseJavaWithJavac/classes/com/github/barteksc/pdfviewer/RenderingHandler$1.class index c9af9bd..bf4fbd1 100644 Binary files a/androidpdfviewer/build/intermediates/javac/release/compileReleaseJavaWithJavac/classes/com/github/barteksc/pdfviewer/RenderingHandler$1.class and b/androidpdfviewer/build/intermediates/javac/release/compileReleaseJavaWithJavac/classes/com/github/barteksc/pdfviewer/RenderingHandler$1.class differ diff --git a/androidpdfviewer/build/intermediates/javac/release/compileReleaseJavaWithJavac/classes/com/github/barteksc/pdfviewer/RenderingHandler$2.class b/androidpdfviewer/build/intermediates/javac/release/compileReleaseJavaWithJavac/classes/com/github/barteksc/pdfviewer/RenderingHandler$2.class index 423e650..56e2c91 100644 Binary files a/androidpdfviewer/build/intermediates/javac/release/compileReleaseJavaWithJavac/classes/com/github/barteksc/pdfviewer/RenderingHandler$2.class and b/androidpdfviewer/build/intermediates/javac/release/compileReleaseJavaWithJavac/classes/com/github/barteksc/pdfviewer/RenderingHandler$2.class differ diff --git a/androidpdfviewer/build/intermediates/javac/release/compileReleaseJavaWithJavac/classes/com/github/barteksc/pdfviewer/RenderingHandler$RenderingTask.class b/androidpdfviewer/build/intermediates/javac/release/compileReleaseJavaWithJavac/classes/com/github/barteksc/pdfviewer/RenderingHandler$RenderingTask.class index 68063bb..c8488c6 100644 Binary files a/androidpdfviewer/build/intermediates/javac/release/compileReleaseJavaWithJavac/classes/com/github/barteksc/pdfviewer/RenderingHandler$RenderingTask.class and b/androidpdfviewer/build/intermediates/javac/release/compileReleaseJavaWithJavac/classes/com/github/barteksc/pdfviewer/RenderingHandler$RenderingTask.class differ diff --git a/androidpdfviewer/build/intermediates/javac/release/compileReleaseJavaWithJavac/classes/com/github/barteksc/pdfviewer/scroll/DefaultScrollHandle$1.class b/androidpdfviewer/build/intermediates/javac/release/compileReleaseJavaWithJavac/classes/com/github/barteksc/pdfviewer/scroll/DefaultScrollHandle$1.class index 4ee14c7..d48fcbc 100644 Binary files a/androidpdfviewer/build/intermediates/javac/release/compileReleaseJavaWithJavac/classes/com/github/barteksc/pdfviewer/scroll/DefaultScrollHandle$1.class and b/androidpdfviewer/build/intermediates/javac/release/compileReleaseJavaWithJavac/classes/com/github/barteksc/pdfviewer/scroll/DefaultScrollHandle$1.class differ diff --git a/androidpdfviewer/build/intermediates/javac/release/compileReleaseJavaWithJavac/classes/com/github/barteksc/pdfviewer/scroll/DefaultScrollHandle.class b/androidpdfviewer/build/intermediates/javac/release/compileReleaseJavaWithJavac/classes/com/github/barteksc/pdfviewer/scroll/DefaultScrollHandle.class index 5ccd8fd..792c31c 100644 Binary files a/androidpdfviewer/build/intermediates/javac/release/compileReleaseJavaWithJavac/classes/com/github/barteksc/pdfviewer/scroll/DefaultScrollHandle.class and b/androidpdfviewer/build/intermediates/javac/release/compileReleaseJavaWithJavac/classes/com/github/barteksc/pdfviewer/scroll/DefaultScrollHandle.class differ diff --git a/androidpdfviewer/build/intermediates/javac/release/compileReleaseJavaWithJavac/classes/com/github/barteksc/pdfviewer/util/FitPolicy.class b/androidpdfviewer/build/intermediates/javac/release/compileReleaseJavaWithJavac/classes/com/github/barteksc/pdfviewer/util/FitPolicy.class index 81c05a9..9929dc7 100644 Binary files a/androidpdfviewer/build/intermediates/javac/release/compileReleaseJavaWithJavac/classes/com/github/barteksc/pdfviewer/util/FitPolicy.class and b/androidpdfviewer/build/intermediates/javac/release/compileReleaseJavaWithJavac/classes/com/github/barteksc/pdfviewer/util/FitPolicy.class differ diff --git a/androidpdfviewer/build/intermediates/javac/release/compileReleaseJavaWithJavac/classes/com/github/barteksc/pdfviewer/util/SnapEdge.class b/androidpdfviewer/build/intermediates/javac/release/compileReleaseJavaWithJavac/classes/com/github/barteksc/pdfviewer/util/SnapEdge.class index 812af45..5b61322 100644 Binary files a/androidpdfviewer/build/intermediates/javac/release/compileReleaseJavaWithJavac/classes/com/github/barteksc/pdfviewer/util/SnapEdge.class and b/androidpdfviewer/build/intermediates/javac/release/compileReleaseJavaWithJavac/classes/com/github/barteksc/pdfviewer/util/SnapEdge.class differ diff --git a/androidpdfviewer/build/intermediates/runtime_library_classes_dir/debug/bundleLibRuntimeToDirDebug/com/github/barteksc/pdfviewer/AnimationManager$XAnimation.class b/androidpdfviewer/build/intermediates/runtime_library_classes_dir/debug/bundleLibRuntimeToDirDebug/com/github/barteksc/pdfviewer/AnimationManager$XAnimation.class index aac9834..565caf7 100644 Binary files a/androidpdfviewer/build/intermediates/runtime_library_classes_dir/debug/bundleLibRuntimeToDirDebug/com/github/barteksc/pdfviewer/AnimationManager$XAnimation.class and b/androidpdfviewer/build/intermediates/runtime_library_classes_dir/debug/bundleLibRuntimeToDirDebug/com/github/barteksc/pdfviewer/AnimationManager$XAnimation.class differ diff --git a/androidpdfviewer/build/intermediates/runtime_library_classes_dir/debug/bundleLibRuntimeToDirDebug/com/github/barteksc/pdfviewer/AnimationManager$YAnimation.class b/androidpdfviewer/build/intermediates/runtime_library_classes_dir/debug/bundleLibRuntimeToDirDebug/com/github/barteksc/pdfviewer/AnimationManager$YAnimation.class index cadbf3d..17170e9 100644 Binary files a/androidpdfviewer/build/intermediates/runtime_library_classes_dir/debug/bundleLibRuntimeToDirDebug/com/github/barteksc/pdfviewer/AnimationManager$YAnimation.class and b/androidpdfviewer/build/intermediates/runtime_library_classes_dir/debug/bundleLibRuntimeToDirDebug/com/github/barteksc/pdfviewer/AnimationManager$YAnimation.class differ diff --git a/androidpdfviewer/build/intermediates/runtime_library_classes_dir/debug/bundleLibRuntimeToDirDebug/com/github/barteksc/pdfviewer/AnimationManager$ZoomAnimation.class b/androidpdfviewer/build/intermediates/runtime_library_classes_dir/debug/bundleLibRuntimeToDirDebug/com/github/barteksc/pdfviewer/AnimationManager$ZoomAnimation.class index d23c6aa..f98bcc8 100644 Binary files a/androidpdfviewer/build/intermediates/runtime_library_classes_dir/debug/bundleLibRuntimeToDirDebug/com/github/barteksc/pdfviewer/AnimationManager$ZoomAnimation.class and b/androidpdfviewer/build/intermediates/runtime_library_classes_dir/debug/bundleLibRuntimeToDirDebug/com/github/barteksc/pdfviewer/AnimationManager$ZoomAnimation.class differ diff --git a/androidpdfviewer/build/intermediates/runtime_library_classes_dir/debug/bundleLibRuntimeToDirDebug/com/github/barteksc/pdfviewer/CacheManager$PagePartComparator.class b/androidpdfviewer/build/intermediates/runtime_library_classes_dir/debug/bundleLibRuntimeToDirDebug/com/github/barteksc/pdfviewer/CacheManager$PagePartComparator.class index 5095201..9d835fe 100644 Binary files a/androidpdfviewer/build/intermediates/runtime_library_classes_dir/debug/bundleLibRuntimeToDirDebug/com/github/barteksc/pdfviewer/CacheManager$PagePartComparator.class and b/androidpdfviewer/build/intermediates/runtime_library_classes_dir/debug/bundleLibRuntimeToDirDebug/com/github/barteksc/pdfviewer/CacheManager$PagePartComparator.class differ diff --git a/androidpdfviewer/build/intermediates/runtime_library_classes_dir/debug/bundleLibRuntimeToDirDebug/com/github/barteksc/pdfviewer/DecodingAsyncTask.class b/androidpdfviewer/build/intermediates/runtime_library_classes_dir/debug/bundleLibRuntimeToDirDebug/com/github/barteksc/pdfviewer/DecodingAsyncTask.class index 692c1f4..f161cea 100644 Binary files a/androidpdfviewer/build/intermediates/runtime_library_classes_dir/debug/bundleLibRuntimeToDirDebug/com/github/barteksc/pdfviewer/DecodingAsyncTask.class and b/androidpdfviewer/build/intermediates/runtime_library_classes_dir/debug/bundleLibRuntimeToDirDebug/com/github/barteksc/pdfviewer/DecodingAsyncTask.class differ diff --git a/androidpdfviewer/build/intermediates/runtime_library_classes_dir/debug/bundleLibRuntimeToDirDebug/com/github/barteksc/pdfviewer/PDFView$Configurator.class b/androidpdfviewer/build/intermediates/runtime_library_classes_dir/debug/bundleLibRuntimeToDirDebug/com/github/barteksc/pdfviewer/PDFView$Configurator.class index f2450a1..ff97623 100644 Binary files a/androidpdfviewer/build/intermediates/runtime_library_classes_dir/debug/bundleLibRuntimeToDirDebug/com/github/barteksc/pdfviewer/PDFView$Configurator.class and b/androidpdfviewer/build/intermediates/runtime_library_classes_dir/debug/bundleLibRuntimeToDirDebug/com/github/barteksc/pdfviewer/PDFView$Configurator.class differ diff --git a/androidpdfviewer/build/intermediates/runtime_library_classes_dir/debug/bundleLibRuntimeToDirDebug/com/github/barteksc/pdfviewer/PDFView$ScrollDir.class b/androidpdfviewer/build/intermediates/runtime_library_classes_dir/debug/bundleLibRuntimeToDirDebug/com/github/barteksc/pdfviewer/PDFView$ScrollDir.class index 4a3cd27..00827e9 100644 Binary files a/androidpdfviewer/build/intermediates/runtime_library_classes_dir/debug/bundleLibRuntimeToDirDebug/com/github/barteksc/pdfviewer/PDFView$ScrollDir.class and b/androidpdfviewer/build/intermediates/runtime_library_classes_dir/debug/bundleLibRuntimeToDirDebug/com/github/barteksc/pdfviewer/PDFView$ScrollDir.class differ diff --git a/androidpdfviewer/build/intermediates/runtime_library_classes_dir/debug/bundleLibRuntimeToDirDebug/com/github/barteksc/pdfviewer/PDFView$State.class b/androidpdfviewer/build/intermediates/runtime_library_classes_dir/debug/bundleLibRuntimeToDirDebug/com/github/barteksc/pdfviewer/PDFView$State.class index bc22d39..d19d738 100644 Binary files a/androidpdfviewer/build/intermediates/runtime_library_classes_dir/debug/bundleLibRuntimeToDirDebug/com/github/barteksc/pdfviewer/PDFView$State.class and b/androidpdfviewer/build/intermediates/runtime_library_classes_dir/debug/bundleLibRuntimeToDirDebug/com/github/barteksc/pdfviewer/PDFView$State.class differ diff --git a/androidpdfviewer/build/intermediates/runtime_library_classes_dir/debug/bundleLibRuntimeToDirDebug/com/github/barteksc/pdfviewer/PagesLoader$GridSize.class b/androidpdfviewer/build/intermediates/runtime_library_classes_dir/debug/bundleLibRuntimeToDirDebug/com/github/barteksc/pdfviewer/PagesLoader$GridSize.class index 5fdc67b..099aa51 100644 Binary files a/androidpdfviewer/build/intermediates/runtime_library_classes_dir/debug/bundleLibRuntimeToDirDebug/com/github/barteksc/pdfviewer/PagesLoader$GridSize.class and b/androidpdfviewer/build/intermediates/runtime_library_classes_dir/debug/bundleLibRuntimeToDirDebug/com/github/barteksc/pdfviewer/PagesLoader$GridSize.class differ diff --git a/androidpdfviewer/build/intermediates/runtime_library_classes_dir/debug/bundleLibRuntimeToDirDebug/com/github/barteksc/pdfviewer/PagesLoader$Holder.class b/androidpdfviewer/build/intermediates/runtime_library_classes_dir/debug/bundleLibRuntimeToDirDebug/com/github/barteksc/pdfviewer/PagesLoader$Holder.class index 8580b08..961251b 100644 Binary files a/androidpdfviewer/build/intermediates/runtime_library_classes_dir/debug/bundleLibRuntimeToDirDebug/com/github/barteksc/pdfviewer/PagesLoader$Holder.class and b/androidpdfviewer/build/intermediates/runtime_library_classes_dir/debug/bundleLibRuntimeToDirDebug/com/github/barteksc/pdfviewer/PagesLoader$Holder.class differ diff --git a/androidpdfviewer/build/intermediates/runtime_library_classes_dir/debug/bundleLibRuntimeToDirDebug/com/github/barteksc/pdfviewer/PagesLoader$RenderRange.class b/androidpdfviewer/build/intermediates/runtime_library_classes_dir/debug/bundleLibRuntimeToDirDebug/com/github/barteksc/pdfviewer/PagesLoader$RenderRange.class index 3ee5581..2508b5a 100644 Binary files a/androidpdfviewer/build/intermediates/runtime_library_classes_dir/debug/bundleLibRuntimeToDirDebug/com/github/barteksc/pdfviewer/PagesLoader$RenderRange.class and b/androidpdfviewer/build/intermediates/runtime_library_classes_dir/debug/bundleLibRuntimeToDirDebug/com/github/barteksc/pdfviewer/PagesLoader$RenderRange.class differ diff --git a/androidpdfviewer/build/intermediates/runtime_library_classes_dir/debug/bundleLibRuntimeToDirDebug/com/github/barteksc/pdfviewer/RenderingHandler$1.class b/androidpdfviewer/build/intermediates/runtime_library_classes_dir/debug/bundleLibRuntimeToDirDebug/com/github/barteksc/pdfviewer/RenderingHandler$1.class index c9af9bd..bf4fbd1 100644 Binary files a/androidpdfviewer/build/intermediates/runtime_library_classes_dir/debug/bundleLibRuntimeToDirDebug/com/github/barteksc/pdfviewer/RenderingHandler$1.class and b/androidpdfviewer/build/intermediates/runtime_library_classes_dir/debug/bundleLibRuntimeToDirDebug/com/github/barteksc/pdfviewer/RenderingHandler$1.class differ diff --git a/androidpdfviewer/build/intermediates/runtime_library_classes_dir/debug/bundleLibRuntimeToDirDebug/com/github/barteksc/pdfviewer/RenderingHandler$2.class b/androidpdfviewer/build/intermediates/runtime_library_classes_dir/debug/bundleLibRuntimeToDirDebug/com/github/barteksc/pdfviewer/RenderingHandler$2.class index 423e650..56e2c91 100644 Binary files a/androidpdfviewer/build/intermediates/runtime_library_classes_dir/debug/bundleLibRuntimeToDirDebug/com/github/barteksc/pdfviewer/RenderingHandler$2.class and b/androidpdfviewer/build/intermediates/runtime_library_classes_dir/debug/bundleLibRuntimeToDirDebug/com/github/barteksc/pdfviewer/RenderingHandler$2.class differ diff --git a/androidpdfviewer/build/intermediates/runtime_library_classes_dir/debug/bundleLibRuntimeToDirDebug/com/github/barteksc/pdfviewer/RenderingHandler$RenderingTask.class b/androidpdfviewer/build/intermediates/runtime_library_classes_dir/debug/bundleLibRuntimeToDirDebug/com/github/barteksc/pdfviewer/RenderingHandler$RenderingTask.class index 68063bb..c8488c6 100644 Binary files a/androidpdfviewer/build/intermediates/runtime_library_classes_dir/debug/bundleLibRuntimeToDirDebug/com/github/barteksc/pdfviewer/RenderingHandler$RenderingTask.class and b/androidpdfviewer/build/intermediates/runtime_library_classes_dir/debug/bundleLibRuntimeToDirDebug/com/github/barteksc/pdfviewer/RenderingHandler$RenderingTask.class differ diff --git a/androidpdfviewer/build/intermediates/runtime_library_classes_dir/debug/bundleLibRuntimeToDirDebug/com/github/barteksc/pdfviewer/scroll/DefaultScrollHandle$1.class b/androidpdfviewer/build/intermediates/runtime_library_classes_dir/debug/bundleLibRuntimeToDirDebug/com/github/barteksc/pdfviewer/scroll/DefaultScrollHandle$1.class index 4ee14c7..d48fcbc 100644 Binary files a/androidpdfviewer/build/intermediates/runtime_library_classes_dir/debug/bundleLibRuntimeToDirDebug/com/github/barteksc/pdfviewer/scroll/DefaultScrollHandle$1.class and b/androidpdfviewer/build/intermediates/runtime_library_classes_dir/debug/bundleLibRuntimeToDirDebug/com/github/barteksc/pdfviewer/scroll/DefaultScrollHandle$1.class differ diff --git a/androidpdfviewer/build/intermediates/runtime_library_classes_dir/debug/bundleLibRuntimeToDirDebug/com/github/barteksc/pdfviewer/scroll/DefaultScrollHandle.class b/androidpdfviewer/build/intermediates/runtime_library_classes_dir/debug/bundleLibRuntimeToDirDebug/com/github/barteksc/pdfviewer/scroll/DefaultScrollHandle.class index 5ccd8fd..792c31c 100644 Binary files a/androidpdfviewer/build/intermediates/runtime_library_classes_dir/debug/bundleLibRuntimeToDirDebug/com/github/barteksc/pdfviewer/scroll/DefaultScrollHandle.class and b/androidpdfviewer/build/intermediates/runtime_library_classes_dir/debug/bundleLibRuntimeToDirDebug/com/github/barteksc/pdfviewer/scroll/DefaultScrollHandle.class differ diff --git a/androidpdfviewer/build/intermediates/runtime_library_classes_dir/debug/bundleLibRuntimeToDirDebug/com/github/barteksc/pdfviewer/util/FitPolicy.class b/androidpdfviewer/build/intermediates/runtime_library_classes_dir/debug/bundleLibRuntimeToDirDebug/com/github/barteksc/pdfviewer/util/FitPolicy.class index 81c05a9..9929dc7 100644 Binary files a/androidpdfviewer/build/intermediates/runtime_library_classes_dir/debug/bundleLibRuntimeToDirDebug/com/github/barteksc/pdfviewer/util/FitPolicy.class and b/androidpdfviewer/build/intermediates/runtime_library_classes_dir/debug/bundleLibRuntimeToDirDebug/com/github/barteksc/pdfviewer/util/FitPolicy.class differ diff --git a/androidpdfviewer/build/intermediates/runtime_library_classes_dir/debug/bundleLibRuntimeToDirDebug/com/github/barteksc/pdfviewer/util/SnapEdge.class b/androidpdfviewer/build/intermediates/runtime_library_classes_dir/debug/bundleLibRuntimeToDirDebug/com/github/barteksc/pdfviewer/util/SnapEdge.class index 812af45..5b61322 100644 Binary files a/androidpdfviewer/build/intermediates/runtime_library_classes_dir/debug/bundleLibRuntimeToDirDebug/com/github/barteksc/pdfviewer/util/SnapEdge.class and b/androidpdfviewer/build/intermediates/runtime_library_classes_dir/debug/bundleLibRuntimeToDirDebug/com/github/barteksc/pdfviewer/util/SnapEdge.class differ diff --git a/androidpdfviewer/build/intermediates/runtime_library_classes_dir/release/bundleLibRuntimeToDirRelease/com/github/barteksc/pdfviewer/AnimationManager$XAnimation.class b/androidpdfviewer/build/intermediates/runtime_library_classes_dir/release/bundleLibRuntimeToDirRelease/com/github/barteksc/pdfviewer/AnimationManager$XAnimation.class index aac9834..565caf7 100644 Binary files a/androidpdfviewer/build/intermediates/runtime_library_classes_dir/release/bundleLibRuntimeToDirRelease/com/github/barteksc/pdfviewer/AnimationManager$XAnimation.class and b/androidpdfviewer/build/intermediates/runtime_library_classes_dir/release/bundleLibRuntimeToDirRelease/com/github/barteksc/pdfviewer/AnimationManager$XAnimation.class differ diff --git a/androidpdfviewer/build/intermediates/runtime_library_classes_dir/release/bundleLibRuntimeToDirRelease/com/github/barteksc/pdfviewer/AnimationManager$YAnimation.class b/androidpdfviewer/build/intermediates/runtime_library_classes_dir/release/bundleLibRuntimeToDirRelease/com/github/barteksc/pdfviewer/AnimationManager$YAnimation.class index cadbf3d..17170e9 100644 Binary files a/androidpdfviewer/build/intermediates/runtime_library_classes_dir/release/bundleLibRuntimeToDirRelease/com/github/barteksc/pdfviewer/AnimationManager$YAnimation.class and b/androidpdfviewer/build/intermediates/runtime_library_classes_dir/release/bundleLibRuntimeToDirRelease/com/github/barteksc/pdfviewer/AnimationManager$YAnimation.class differ diff --git a/androidpdfviewer/build/intermediates/runtime_library_classes_dir/release/bundleLibRuntimeToDirRelease/com/github/barteksc/pdfviewer/AnimationManager$ZoomAnimation.class b/androidpdfviewer/build/intermediates/runtime_library_classes_dir/release/bundleLibRuntimeToDirRelease/com/github/barteksc/pdfviewer/AnimationManager$ZoomAnimation.class index d23c6aa..f98bcc8 100644 Binary files a/androidpdfviewer/build/intermediates/runtime_library_classes_dir/release/bundleLibRuntimeToDirRelease/com/github/barteksc/pdfviewer/AnimationManager$ZoomAnimation.class and b/androidpdfviewer/build/intermediates/runtime_library_classes_dir/release/bundleLibRuntimeToDirRelease/com/github/barteksc/pdfviewer/AnimationManager$ZoomAnimation.class differ diff --git a/androidpdfviewer/build/intermediates/runtime_library_classes_dir/release/bundleLibRuntimeToDirRelease/com/github/barteksc/pdfviewer/CacheManager$PagePartComparator.class b/androidpdfviewer/build/intermediates/runtime_library_classes_dir/release/bundleLibRuntimeToDirRelease/com/github/barteksc/pdfviewer/CacheManager$PagePartComparator.class index 5095201..9d835fe 100644 Binary files a/androidpdfviewer/build/intermediates/runtime_library_classes_dir/release/bundleLibRuntimeToDirRelease/com/github/barteksc/pdfviewer/CacheManager$PagePartComparator.class and b/androidpdfviewer/build/intermediates/runtime_library_classes_dir/release/bundleLibRuntimeToDirRelease/com/github/barteksc/pdfviewer/CacheManager$PagePartComparator.class differ diff --git a/androidpdfviewer/build/intermediates/runtime_library_classes_dir/release/bundleLibRuntimeToDirRelease/com/github/barteksc/pdfviewer/DecodingAsyncTask.class b/androidpdfviewer/build/intermediates/runtime_library_classes_dir/release/bundleLibRuntimeToDirRelease/com/github/barteksc/pdfviewer/DecodingAsyncTask.class index 692c1f4..f161cea 100644 Binary files a/androidpdfviewer/build/intermediates/runtime_library_classes_dir/release/bundleLibRuntimeToDirRelease/com/github/barteksc/pdfviewer/DecodingAsyncTask.class and b/androidpdfviewer/build/intermediates/runtime_library_classes_dir/release/bundleLibRuntimeToDirRelease/com/github/barteksc/pdfviewer/DecodingAsyncTask.class differ diff --git a/androidpdfviewer/build/intermediates/runtime_library_classes_dir/release/bundleLibRuntimeToDirRelease/com/github/barteksc/pdfviewer/PDFView$Configurator.class b/androidpdfviewer/build/intermediates/runtime_library_classes_dir/release/bundleLibRuntimeToDirRelease/com/github/barteksc/pdfviewer/PDFView$Configurator.class index f2450a1..ff97623 100644 Binary files a/androidpdfviewer/build/intermediates/runtime_library_classes_dir/release/bundleLibRuntimeToDirRelease/com/github/barteksc/pdfviewer/PDFView$Configurator.class and b/androidpdfviewer/build/intermediates/runtime_library_classes_dir/release/bundleLibRuntimeToDirRelease/com/github/barteksc/pdfviewer/PDFView$Configurator.class differ diff --git a/androidpdfviewer/build/intermediates/runtime_library_classes_dir/release/bundleLibRuntimeToDirRelease/com/github/barteksc/pdfviewer/PDFView$ScrollDir.class b/androidpdfviewer/build/intermediates/runtime_library_classes_dir/release/bundleLibRuntimeToDirRelease/com/github/barteksc/pdfviewer/PDFView$ScrollDir.class index 4a3cd27..00827e9 100644 Binary files a/androidpdfviewer/build/intermediates/runtime_library_classes_dir/release/bundleLibRuntimeToDirRelease/com/github/barteksc/pdfviewer/PDFView$ScrollDir.class and b/androidpdfviewer/build/intermediates/runtime_library_classes_dir/release/bundleLibRuntimeToDirRelease/com/github/barteksc/pdfviewer/PDFView$ScrollDir.class differ diff --git a/androidpdfviewer/build/intermediates/runtime_library_classes_dir/release/bundleLibRuntimeToDirRelease/com/github/barteksc/pdfviewer/PDFView$State.class b/androidpdfviewer/build/intermediates/runtime_library_classes_dir/release/bundleLibRuntimeToDirRelease/com/github/barteksc/pdfviewer/PDFView$State.class index bc22d39..d19d738 100644 Binary files a/androidpdfviewer/build/intermediates/runtime_library_classes_dir/release/bundleLibRuntimeToDirRelease/com/github/barteksc/pdfviewer/PDFView$State.class and b/androidpdfviewer/build/intermediates/runtime_library_classes_dir/release/bundleLibRuntimeToDirRelease/com/github/barteksc/pdfviewer/PDFView$State.class differ diff --git a/androidpdfviewer/build/intermediates/runtime_library_classes_dir/release/bundleLibRuntimeToDirRelease/com/github/barteksc/pdfviewer/PagesLoader$GridSize.class b/androidpdfviewer/build/intermediates/runtime_library_classes_dir/release/bundleLibRuntimeToDirRelease/com/github/barteksc/pdfviewer/PagesLoader$GridSize.class index 5fdc67b..099aa51 100644 Binary files a/androidpdfviewer/build/intermediates/runtime_library_classes_dir/release/bundleLibRuntimeToDirRelease/com/github/barteksc/pdfviewer/PagesLoader$GridSize.class and b/androidpdfviewer/build/intermediates/runtime_library_classes_dir/release/bundleLibRuntimeToDirRelease/com/github/barteksc/pdfviewer/PagesLoader$GridSize.class differ diff --git a/androidpdfviewer/build/intermediates/runtime_library_classes_dir/release/bundleLibRuntimeToDirRelease/com/github/barteksc/pdfviewer/PagesLoader$Holder.class b/androidpdfviewer/build/intermediates/runtime_library_classes_dir/release/bundleLibRuntimeToDirRelease/com/github/barteksc/pdfviewer/PagesLoader$Holder.class index 8580b08..961251b 100644 Binary files a/androidpdfviewer/build/intermediates/runtime_library_classes_dir/release/bundleLibRuntimeToDirRelease/com/github/barteksc/pdfviewer/PagesLoader$Holder.class and b/androidpdfviewer/build/intermediates/runtime_library_classes_dir/release/bundleLibRuntimeToDirRelease/com/github/barteksc/pdfviewer/PagesLoader$Holder.class differ diff --git a/androidpdfviewer/build/intermediates/runtime_library_classes_dir/release/bundleLibRuntimeToDirRelease/com/github/barteksc/pdfviewer/PagesLoader$RenderRange.class b/androidpdfviewer/build/intermediates/runtime_library_classes_dir/release/bundleLibRuntimeToDirRelease/com/github/barteksc/pdfviewer/PagesLoader$RenderRange.class index 3ee5581..2508b5a 100644 Binary files a/androidpdfviewer/build/intermediates/runtime_library_classes_dir/release/bundleLibRuntimeToDirRelease/com/github/barteksc/pdfviewer/PagesLoader$RenderRange.class and b/androidpdfviewer/build/intermediates/runtime_library_classes_dir/release/bundleLibRuntimeToDirRelease/com/github/barteksc/pdfviewer/PagesLoader$RenderRange.class differ diff --git a/androidpdfviewer/build/intermediates/runtime_library_classes_dir/release/bundleLibRuntimeToDirRelease/com/github/barteksc/pdfviewer/RenderingHandler$1.class b/androidpdfviewer/build/intermediates/runtime_library_classes_dir/release/bundleLibRuntimeToDirRelease/com/github/barteksc/pdfviewer/RenderingHandler$1.class index c9af9bd..bf4fbd1 100644 Binary files a/androidpdfviewer/build/intermediates/runtime_library_classes_dir/release/bundleLibRuntimeToDirRelease/com/github/barteksc/pdfviewer/RenderingHandler$1.class and b/androidpdfviewer/build/intermediates/runtime_library_classes_dir/release/bundleLibRuntimeToDirRelease/com/github/barteksc/pdfviewer/RenderingHandler$1.class differ diff --git a/androidpdfviewer/build/intermediates/runtime_library_classes_dir/release/bundleLibRuntimeToDirRelease/com/github/barteksc/pdfviewer/RenderingHandler$2.class b/androidpdfviewer/build/intermediates/runtime_library_classes_dir/release/bundleLibRuntimeToDirRelease/com/github/barteksc/pdfviewer/RenderingHandler$2.class index 423e650..56e2c91 100644 Binary files a/androidpdfviewer/build/intermediates/runtime_library_classes_dir/release/bundleLibRuntimeToDirRelease/com/github/barteksc/pdfviewer/RenderingHandler$2.class and b/androidpdfviewer/build/intermediates/runtime_library_classes_dir/release/bundleLibRuntimeToDirRelease/com/github/barteksc/pdfviewer/RenderingHandler$2.class differ diff --git a/androidpdfviewer/build/intermediates/runtime_library_classes_dir/release/bundleLibRuntimeToDirRelease/com/github/barteksc/pdfviewer/RenderingHandler$RenderingTask.class b/androidpdfviewer/build/intermediates/runtime_library_classes_dir/release/bundleLibRuntimeToDirRelease/com/github/barteksc/pdfviewer/RenderingHandler$RenderingTask.class index 68063bb..c8488c6 100644 Binary files a/androidpdfviewer/build/intermediates/runtime_library_classes_dir/release/bundleLibRuntimeToDirRelease/com/github/barteksc/pdfviewer/RenderingHandler$RenderingTask.class and b/androidpdfviewer/build/intermediates/runtime_library_classes_dir/release/bundleLibRuntimeToDirRelease/com/github/barteksc/pdfviewer/RenderingHandler$RenderingTask.class differ diff --git a/androidpdfviewer/build/intermediates/runtime_library_classes_dir/release/bundleLibRuntimeToDirRelease/com/github/barteksc/pdfviewer/scroll/DefaultScrollHandle$1.class b/androidpdfviewer/build/intermediates/runtime_library_classes_dir/release/bundleLibRuntimeToDirRelease/com/github/barteksc/pdfviewer/scroll/DefaultScrollHandle$1.class index 4ee14c7..d48fcbc 100644 Binary files a/androidpdfviewer/build/intermediates/runtime_library_classes_dir/release/bundleLibRuntimeToDirRelease/com/github/barteksc/pdfviewer/scroll/DefaultScrollHandle$1.class and b/androidpdfviewer/build/intermediates/runtime_library_classes_dir/release/bundleLibRuntimeToDirRelease/com/github/barteksc/pdfviewer/scroll/DefaultScrollHandle$1.class differ diff --git a/androidpdfviewer/build/intermediates/runtime_library_classes_dir/release/bundleLibRuntimeToDirRelease/com/github/barteksc/pdfviewer/scroll/DefaultScrollHandle.class b/androidpdfviewer/build/intermediates/runtime_library_classes_dir/release/bundleLibRuntimeToDirRelease/com/github/barteksc/pdfviewer/scroll/DefaultScrollHandle.class index 5ccd8fd..792c31c 100644 Binary files a/androidpdfviewer/build/intermediates/runtime_library_classes_dir/release/bundleLibRuntimeToDirRelease/com/github/barteksc/pdfviewer/scroll/DefaultScrollHandle.class and b/androidpdfviewer/build/intermediates/runtime_library_classes_dir/release/bundleLibRuntimeToDirRelease/com/github/barteksc/pdfviewer/scroll/DefaultScrollHandle.class differ diff --git a/androidpdfviewer/build/intermediates/runtime_library_classes_dir/release/bundleLibRuntimeToDirRelease/com/github/barteksc/pdfviewer/util/FitPolicy.class b/androidpdfviewer/build/intermediates/runtime_library_classes_dir/release/bundleLibRuntimeToDirRelease/com/github/barteksc/pdfviewer/util/FitPolicy.class index 81c05a9..9929dc7 100644 Binary files a/androidpdfviewer/build/intermediates/runtime_library_classes_dir/release/bundleLibRuntimeToDirRelease/com/github/barteksc/pdfviewer/util/FitPolicy.class and b/androidpdfviewer/build/intermediates/runtime_library_classes_dir/release/bundleLibRuntimeToDirRelease/com/github/barteksc/pdfviewer/util/FitPolicy.class differ diff --git a/androidpdfviewer/build/intermediates/runtime_library_classes_dir/release/bundleLibRuntimeToDirRelease/com/github/barteksc/pdfviewer/util/SnapEdge.class b/androidpdfviewer/build/intermediates/runtime_library_classes_dir/release/bundleLibRuntimeToDirRelease/com/github/barteksc/pdfviewer/util/SnapEdge.class index 812af45..5b61322 100644 Binary files a/androidpdfviewer/build/intermediates/runtime_library_classes_dir/release/bundleLibRuntimeToDirRelease/com/github/barteksc/pdfviewer/util/SnapEdge.class and b/androidpdfviewer/build/intermediates/runtime_library_classes_dir/release/bundleLibRuntimeToDirRelease/com/github/barteksc/pdfviewer/util/SnapEdge.class differ diff --git a/androidpdfviewer/build/intermediates/runtime_library_classes_jar/debug/bundleLibRuntimeToJarDebug/classes.jar b/androidpdfviewer/build/intermediates/runtime_library_classes_jar/debug/bundleLibRuntimeToJarDebug/classes.jar index 9412964..63d7d98 100644 Binary files a/androidpdfviewer/build/intermediates/runtime_library_classes_jar/debug/bundleLibRuntimeToJarDebug/classes.jar and b/androidpdfviewer/build/intermediates/runtime_library_classes_jar/debug/bundleLibRuntimeToJarDebug/classes.jar differ diff --git a/androidpdfviewer/build/intermediates/runtime_library_classes_jar/release/bundleLibRuntimeToJarRelease/classes.jar b/androidpdfviewer/build/intermediates/runtime_library_classes_jar/release/bundleLibRuntimeToJarRelease/classes.jar index 9412964..63d7d98 100644 Binary files a/androidpdfviewer/build/intermediates/runtime_library_classes_jar/release/bundleLibRuntimeToJarRelease/classes.jar and b/androidpdfviewer/build/intermediates/runtime_library_classes_jar/release/bundleLibRuntimeToJarRelease/classes.jar differ diff --git a/androidpdfviewer/build/tmp/compileDebugJavaWithJavac/previous-compilation-data.bin b/androidpdfviewer/build/tmp/compileDebugJavaWithJavac/previous-compilation-data.bin index 957862a..b5dfeb8 100644 Binary files a/androidpdfviewer/build/tmp/compileDebugJavaWithJavac/previous-compilation-data.bin and b/androidpdfviewer/build/tmp/compileDebugJavaWithJavac/previous-compilation-data.bin differ diff --git a/androidpdfviewer/build/tmp/compileReleaseJavaWithJavac/previous-compilation-data.bin b/androidpdfviewer/build/tmp/compileReleaseJavaWithJavac/previous-compilation-data.bin index 957862a..b5dfeb8 100644 Binary files a/androidpdfviewer/build/tmp/compileReleaseJavaWithJavac/previous-compilation-data.bin and b/androidpdfviewer/build/tmp/compileReleaseJavaWithJavac/previous-compilation-data.bin differ diff --git a/androidslantedtextview/build/intermediates/incremental/debug/packageDebugResources/compile-file-map.properties b/androidslantedtextview/build/intermediates/incremental/debug/packageDebugResources/compile-file-map.properties index 4d4eeef..1e82ec3 100644 --- a/androidslantedtextview/build/intermediates/incremental/debug/packageDebugResources/compile-file-map.properties +++ b/androidslantedtextview/build/intermediates/incremental/debug/packageDebugResources/compile-file-map.properties @@ -1 +1 @@ -#Thu Jan 09 15:41:36 CST 2025 +#Thu Jan 16 15:52:30 CST 2025 diff --git a/androidslantedtextview/build/intermediates/incremental/release/packageReleaseResources/compile-file-map.properties b/androidslantedtextview/build/intermediates/incremental/release/packageReleaseResources/compile-file-map.properties index 4d4eeef..336da7b 100644 --- a/androidslantedtextview/build/intermediates/incremental/release/packageReleaseResources/compile-file-map.properties +++ b/androidslantedtextview/build/intermediates/incremental/release/packageReleaseResources/compile-file-map.properties @@ -1 +1 @@ -#Thu Jan 09 15:41:36 CST 2025 +#Thu Jan 16 15:53:14 CST 2025 diff --git a/app/build.gradle b/app/build.gradle index 94098b0..de64c92 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -1,8 +1,10 @@ + plugins { - id 'com.android.application' - id 'org.jetbrains.kotlin.android' + alias(libs.plugins.android.application) + alias(libs.plugins.kotlin.android) } + android { namespace 'com.rehome.zhdcoa' compileSdk 35 @@ -43,7 +45,6 @@ android { abortOnError false } minifyEnabled false //开启代码混淆,防止反编译查看源代码 - zipAlignEnabled true // 对齐zip debuggable false // 是否debug proguardFiles getDefaultProguardFile('proguard-android-optimize.txt'), 'proguard-rules.pro' //修改生成的apk名字 @@ -62,8 +63,8 @@ android { } } compileOptions { - sourceCompatibility JavaVersion.VERSION_17 - targetCompatibility JavaVersion.VERSION_17 + sourceCompatibility JavaVersion.VERSION_21 + targetCompatibility JavaVersion.VERSION_21 } } @@ -75,10 +76,18 @@ dependencies { implementation files('libs/MiPush_SDK_Client_3_4_3.jar') implementation files('libs/badgeview.jar') implementation files('libs/TbsFileSdk_base_arm64_release_1.0.5.6000030.20231109143447.aar') - implementation 'androidx.appcompat:appcompat:1.6.1' - implementation 'androidx.constraintlayout:constraintlayout:2.0.4' +// implementation 'androidx.appcompat:appcompat:1.6.1' +// implementation 'androidx.constraintlayout:constraintlayout:2.0.4' + implementation libs.androidx.core.ktx + implementation libs.androidx.appcompat + implementation libs.material + implementation libs.androidx.activity + implementation libs.androidx.constraintlayout + testImplementation libs.junit + androidTestImplementation libs.androidx.junit + androidTestImplementation libs.androidx.espresso.core @@ -144,7 +153,7 @@ dependencies { implementation 'com.github.chrisbanes:PhotoView:2.1.3' implementation 'com.davemorrissey.labs:subsampling-scale-image-view:3.10.0' implementation 'com.github.huangyanbin:SmartTable:2.2.0' - implementation 'com.google.android.material:material:1.2.1' +// implementation 'com.google.android.material:material:1.2.1' implementation 'androidx.multidex:multidex:2.0.1' implementation 'androidx.recyclerview:recyclerview:1.1.0' implementation 'com.github.xuexiangjys:XUI:1.1.5' @@ -160,10 +169,10 @@ dependencies { implementation 'com.github.CymChad:BaseRecyclerViewAdapterHelper:2.9.30' implementation files('../libs/poi-3.9-20121203.jar') implementation files('../libs/poi-scratchpad-3.9-20121203.jar') - implementation 'androidx.activity:activity:1.8.0' - testImplementation 'junit:junit:4.13.1' - androidTestImplementation 'androidx.test.ext:junit:1.1.2' - androidTestImplementation 'androidx.test.espresso:espresso-core:3.3.0' +// implementation 'androidx.activity:activity:1.8.0' +// testImplementation 'junit:junit:4.13.1' +// androidTestImplementation 'androidx.test.ext:junit:1.1.2' +// androidTestImplementation 'androidx.test.espresso:espresso-core:3.3.0' //第三方库图片选择器 // PictureSelector basic (Necessary) implementation 'io.github.lucksiege:pictureselector:v3.10.7' diff --git a/app/src/main/java/com/rehome/zhdcoa/ui/activity/AjhxcDetaliFragment.java b/app/src/main/java/com/rehome/zhdcoa/ui/activity/AjhxcDetaliFragment.java index b1adc30..05187ed 100644 --- a/app/src/main/java/com/rehome/zhdcoa/ui/activity/AjhxcDetaliFragment.java +++ b/app/src/main/java/com/rehome/zhdcoa/ui/activity/AjhxcDetaliFragment.java @@ -26,8 +26,6 @@ import android.widget.EditText; import android.widget.ImageView; import android.widget.RadioButton; import android.widget.TextView; - -; import com.rehome.zhdcoa.Contans; import com.rehome.zhdcoa.DBModel.Ajhxcjs; import com.rehome.zhdcoa.DBModel.Ajhxzrwqy; diff --git a/app/src/main/java/com/rehome/zhdcoa/ui/activity/JsFragment.java b/app/src/main/java/com/rehome/zhdcoa/ui/activity/JsFragment.java index ca8ba75..2d20d2c 100644 --- a/app/src/main/java/com/rehome/zhdcoa/ui/activity/JsFragment.java +++ b/app/src/main/java/com/rehome/zhdcoa/ui/activity/JsFragment.java @@ -24,9 +24,7 @@ import android.widget.CheckBox; import android.widget.EditText; import android.widget.ImageView; import android.widget.TextView; - import com.rehome.zhdcoa.App; -; import com.rehome.zhdcoa.Contans; import com.rehome.zhdcoa.DBModel.Qy; import com.rehome.zhdcoa.DBModel.XwaqgcJh; diff --git a/app/src/main/java/com/rehome/zhdcoa/ui/activity/LoginActivity.kt b/app/src/main/java/com/rehome/zhdcoa/ui/activity/LoginActivity.kt index 82385ba..91c31c8 100644 --- a/app/src/main/java/com/rehome/zhdcoa/ui/activity/LoginActivity.kt +++ b/app/src/main/java/com/rehome/zhdcoa/ui/activity/LoginActivity.kt @@ -170,8 +170,8 @@ class LoginActivity : BaseActivityOaToolbarViewBinding() { if (isApkInDebug(context)) { // 管理员 -// binding.etUsername.setText("ZHPS_Admin") -// binding.etPassword.setText("Rehome.zhps@996") + binding.etUsername.setText("ZHPS_Admin") + binding.etPassword.setText("Rehome.zhps@996") //公司内网215管理员 // binding.etUsername.setText("ZHPS_Admin") diff --git a/app/src/main/java/com/rehome/zhdcoa/ui/activity/TmdyActivity.java b/app/src/main/java/com/rehome/zhdcoa/ui/activity/TmdyActivity.java index ee4cf7f..75e6e2d 100644 --- a/app/src/main/java/com/rehome/zhdcoa/ui/activity/TmdyActivity.java +++ b/app/src/main/java/com/rehome/zhdcoa/ui/activity/TmdyActivity.java @@ -31,7 +31,6 @@ import androidx.core.content.FileProvider; import com.orhanobut.logger.Logger; import com.rehome.zhdcoa.App; -; import com.rehome.zhdcoa.Contans; import com.rehome.zhdcoa.R; import com.rehome.zhdcoa.adapter.TmdyAdapter; diff --git a/app/src/main/java/com/rehome/zhdcoa/ui/activity/WztpScActivity.java b/app/src/main/java/com/rehome/zhdcoa/ui/activity/WztpScActivity.java index c5ed691..51aad8e 100644 --- a/app/src/main/java/com/rehome/zhdcoa/ui/activity/WztpScActivity.java +++ b/app/src/main/java/com/rehome/zhdcoa/ui/activity/WztpScActivity.java @@ -85,7 +85,6 @@ import com.luck.picture.lib.utils.SandboxTransformUtils; import com.luck.picture.lib.utils.StyleUtils; import com.luck.picture.lib.utils.ToastUtils; import com.luck.picture.lib.widget.MediumBoldTextView; -; import com.rehome.zhdcoa.Contans; import com.rehome.zhdcoa.Listener.GlideEngine; import com.rehome.zhdcoa.Listener.ImageLoaderUtils; diff --git a/app/src/main/java/com/rehome/zhdcoa/ui/activity/WztpblScDetailActivity.java b/app/src/main/java/com/rehome/zhdcoa/ui/activity/WztpblScDetailActivity.java index fb3b697..1b0d296 100644 --- a/app/src/main/java/com/rehome/zhdcoa/ui/activity/WztpblScDetailActivity.java +++ b/app/src/main/java/com/rehome/zhdcoa/ui/activity/WztpblScDetailActivity.java @@ -98,7 +98,6 @@ import com.luck.picture.lib.utils.SandboxTransformUtils; import com.luck.picture.lib.utils.StyleUtils; import com.luck.picture.lib.utils.ToastUtils; import com.luck.picture.lib.widget.MediumBoldTextView; -; import com.rehome.zhdcoa.Contans; import com.rehome.zhdcoa.Listener.GlideEngine; import com.rehome.zhdcoa.Listener.ImageLoaderUtils; diff --git a/app/src/main/java/com/rehome/zhdcoa/ui/activity/XcjsFragment.java b/app/src/main/java/com/rehome/zhdcoa/ui/activity/XcjsFragment.java index a9eada8..4e8de0d 100644 --- a/app/src/main/java/com/rehome/zhdcoa/ui/activity/XcjsFragment.java +++ b/app/src/main/java/com/rehome/zhdcoa/ui/activity/XcjsFragment.java @@ -21,9 +21,7 @@ import android.view.View; import android.widget.Button; import android.widget.EditText; import android.widget.ImageView; - import com.rehome.zhdcoa.App; -; import com.rehome.zhdcoa.Contans; import com.rehome.zhdcoa.DBModel.XcjsInfo; import com.rehome.zhdcoa.DBModel.XfDjjhRwqy; diff --git a/app/src/main/java/com/rehome/zhdcoa/ui/activity/XlyxcDetaliActivity.java b/app/src/main/java/com/rehome/zhdcoa/ui/activity/XlyxcDetaliActivity.java index e6666c2..4a1a926 100644 --- a/app/src/main/java/com/rehome/zhdcoa/ui/activity/XlyxcDetaliActivity.java +++ b/app/src/main/java/com/rehome/zhdcoa/ui/activity/XlyxcDetaliActivity.java @@ -24,21 +24,15 @@ import android.widget.EditText; import android.widget.ImageView; import android.widget.RadioButton; import android.widget.TextView; - import com.rehome.zhdcoa.App; -; -import com.rehome.zhdcoa.Contans; import com.rehome.zhdcoa.DBModel.LyXcjsInfo; import com.rehome.zhdcoa.DBModel.LyxcXm; import com.rehome.zhdcoa.DBModel.LyxcXmJg; import com.rehome.zhdcoa.DBModel.Lyxcrwqy; import com.rehome.zhdcoa.R; import com.rehome.zhdcoa.base.BaseActivity2; -import com.rehome.zhdcoa.utils.SPUtils; import com.rehome.zhdcoa.utils.UiUtlis; - import org.litepal.crud.DataSupport; - import java.io.File; import java.text.SimpleDateFormat; import java.util.ArrayList; diff --git a/app/src/main/java/com/rehome/zhdcoa/ui/activity/XwaqgcxgJsFragment.java b/app/src/main/java/com/rehome/zhdcoa/ui/activity/XwaqgcxgJsFragment.java index f4edd2a..89e94bd 100755 --- a/app/src/main/java/com/rehome/zhdcoa/ui/activity/XwaqgcxgJsFragment.java +++ b/app/src/main/java/com/rehome/zhdcoa/ui/activity/XwaqgcxgJsFragment.java @@ -23,7 +23,6 @@ import android.widget.CheckBox; import android.widget.EditText; import android.widget.ImageView; import android.widget.TextView; -; import com.rehome.zhdcoa.Contans; import com.rehome.zhdcoa.DBModel.Qy; import com.rehome.zhdcoa.DBModel.XwaqgcJh; diff --git a/app/src/main/java/com/rehome/zhdcoa/ui/activity/XzjhFragment.java b/app/src/main/java/com/rehome/zhdcoa/ui/activity/XzjhFragment.java index 6f85b0f..d3713d6 100644 --- a/app/src/main/java/com/rehome/zhdcoa/ui/activity/XzjhFragment.java +++ b/app/src/main/java/com/rehome/zhdcoa/ui/activity/XzjhFragment.java @@ -13,7 +13,6 @@ import android.widget.TextView; import androidx.appcompat.app.AlertDialog; import com.rehome.zhdcoa.App; -; import com.rehome.zhdcoa.Contans; import com.rehome.zhdcoa.DBModel.Ajhjh; import com.rehome.zhdcoa.DBModel.AjhjhxzrwList; diff --git a/app/src/main/java/com/rehome/zhdcoa/ui/activity/YhpcFragment.java b/app/src/main/java/com/rehome/zhdcoa/ui/activity/YhpcFragment.java index c7cb02a..dbc01b0 100644 --- a/app/src/main/java/com/rehome/zhdcoa/ui/activity/YhpcFragment.java +++ b/app/src/main/java/com/rehome/zhdcoa/ui/activity/YhpcFragment.java @@ -22,7 +22,6 @@ import android.widget.EditText; import android.widget.ImageView; import com.orhanobut.logger.Logger; import com.rehome.zhdcoa.App; -; import com.rehome.zhdcoa.Contans; import com.rehome.zhdcoa.DBModel.Ajhxzrwqy; import com.rehome.zhdcoa.DBModel.YhpcInfo; diff --git a/app/src/main/java/com/rehome/zhdcoa/ui/activity/YhpclrActivity.java b/app/src/main/java/com/rehome/zhdcoa/ui/activity/YhpclrActivity.java index 81910a9..75bd1e6 100644 --- a/app/src/main/java/com/rehome/zhdcoa/ui/activity/YhpclrActivity.java +++ b/app/src/main/java/com/rehome/zhdcoa/ui/activity/YhpclrActivity.java @@ -25,7 +25,6 @@ import android.widget.EditText; import android.widget.ImageView; import android.widget.TextView; import com.orhanobut.logger.Logger; -; import com.rehome.zhdcoa.Contans; import com.rehome.zhdcoa.DBModel.Qy; import com.rehome.zhdcoa.DBModel.YhpcInfo; diff --git a/app/src/main/java/com/rehome/zhdcoa/ui/activity/YsAndPzFragment.java b/app/src/main/java/com/rehome/zhdcoa/ui/activity/YsAndPzFragment.java index d702b7c..0954188 100644 --- a/app/src/main/java/com/rehome/zhdcoa/ui/activity/YsAndPzFragment.java +++ b/app/src/main/java/com/rehome/zhdcoa/ui/activity/YsAndPzFragment.java @@ -27,7 +27,6 @@ import android.widget.ScrollView; import android.widget.TextView; import com.orhanobut.logger.Logger; import com.rehome.zhdcoa.App; -; import com.rehome.zhdcoa.Contans; import com.rehome.zhdcoa.R; import com.rehome.zhdcoa.adapter.CommonAdapter; diff --git a/app/src/main/java/com/rehome/zhdcoa/ui/activity/ZxcjsFragment.java b/app/src/main/java/com/rehome/zhdcoa/ui/activity/ZxcjsFragment.java index 9674279..ed1662a 100644 --- a/app/src/main/java/com/rehome/zhdcoa/ui/activity/ZxcjsFragment.java +++ b/app/src/main/java/com/rehome/zhdcoa/ui/activity/ZxcjsFragment.java @@ -20,7 +20,6 @@ import android.view.View; import android.widget.Button; import android.widget.EditText; import android.widget.ImageView; -; import com.rehome.zhdcoa.App; import com.rehome.zhdcoa.R; import com.rehome.zhdcoa.base.BaseFragment; diff --git a/app/src/main/java/com/rehome/zhdcoa/ui/fragment/MineFragment.java b/app/src/main/java/com/rehome/zhdcoa/ui/fragment/MineFragment.java index c8866a1..cbd9def 100755 --- a/app/src/main/java/com/rehome/zhdcoa/ui/fragment/MineFragment.java +++ b/app/src/main/java/com/rehome/zhdcoa/ui/fragment/MineFragment.java @@ -46,7 +46,6 @@ import com.luck.picture.lib.entity.LocalMedia; import com.luck.picture.lib.interfaces.OnKeyValueResultCallbackListener; import com.luck.picture.lib.interfaces.OnResultCallbackListener; import com.rehome.zhdcoa.App; -; import com.rehome.zhdcoa.Contans; import com.rehome.zhdcoa.Listener.GlideEngine; import com.rehome.zhdcoa.R; diff --git a/autolayout/build.gradle b/autolayout/build.gradle index 3a1151c..c77c962 100644 --- a/autolayout/build.gradle +++ b/autolayout/build.gradle @@ -11,5 +11,5 @@ android { } dependencies { - implementation 'androidx.appcompat:appcompat:1.7.0' + implementation libs.androidx.appcompat.v170 } \ No newline at end of file diff --git a/autolayout/src/main/java/com/zhy/autolayout/AutoLayoutActivity.java b/autolayout/src/main/java/com/zhy/autolayout/AutoLayoutActivity.java index 1138d9c..21143db 100644 --- a/autolayout/src/main/java/com/zhy/autolayout/AutoLayoutActivity.java +++ b/autolayout/src/main/java/com/zhy/autolayout/AutoLayoutActivity.java @@ -3,7 +3,7 @@ package com.zhy.autolayout; import android.content.Context; import android.util.AttributeSet; import android.view.View; -;import androidx.appcompat.app.AppCompatActivity; +import androidx.appcompat.app.AppCompatActivity; /** * Created by zhy on 15/11/19. diff --git a/build.gradle b/build.gradle index 5006951..baf0d46 100644 --- a/build.gradle +++ b/build.gradle @@ -1,5 +1,10 @@ // Top-level build file where you can add configuration options common to all sub-projects/modules. +//plugins { +// id 'com.android.application' version '8.8.0' apply false +// id 'org.jetbrains.kotlin.android' version '1.8.0' apply false +//} + plugins { - id 'com.android.application' version '8.6.0' apply false - id 'org.jetbrains.kotlin.android' version '1.8.0' apply false + alias(libs.plugins.android.application) apply false + alias(libs.plugins.kotlin.android) apply false } \ No newline at end of file diff --git a/calendarview/build.gradle b/calendarview/build.gradle index 92aaba5..8f6c650 100644 --- a/calendarview/build.gradle +++ b/calendarview/build.gradle @@ -12,53 +12,6 @@ android { dependencies { implementation fileTree(dir: 'libs', include: ['*.jar']) - implementation 'androidx.appcompat:appcompat:1.2.0' - implementation 'androidx.recyclerview:recyclerview:1.1.0' -} - - -// -//android { -// compileSdkVersion 28 -// -// defaultConfig { -// minSdkVersion 14 -// //noinspection OldTargetApi -// targetSdkVersion 28 -// versionCode 371 -// versionName "3.7.1" -// testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner" -// -// } -// buildTypes { -// release { -// minifyEnabled false -// proguardFiles getDefaultProguardFile('proguard-android.txt'), 'proguard-rules.pro' -// } -// } -// android { -// lintOptions { -// abortOnError false -// } -// } -// task intoJar(type: Copy) { -// delete 'build/libs/CalendarView.jar' -// from('build/intermediates/bundles/release/') -// into('build/libs/') -// include('classes.jar') -// rename ('classes.jar', 'CalendarView.jar') -// } -// intoJar.dependsOn(build) -//} -// -//dependencies { -// implementation fileTree(dir: 'libs', include: ['*.jar']) -// androidTestImplementation('androidx.test.espresso:espresso-core:3.1.0', { -// exclude group: 'com.android.support', module: 'support-annotations' -// }) -// -// implementation 'androidx.appcompat:appcompat:1.2.0' -// implementation 'androidx.recyclerview:recyclerview:1.1.0' -// testImplementation 'junit:junit:4.12' -//} -//apply from: '../script/gradle-jcenter-push.gradle' \ No newline at end of file + implementation libs.androidx.appcompat.v120 + implementation libs.androidx.recyclerview.recyclerview +} \ No newline at end of file diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml new file mode 100644 index 0000000..6b7d03e --- /dev/null +++ b/gradle/libs.versions.toml @@ -0,0 +1,40 @@ +[versions] +agp = "8.8.0" +androidxAppcompat = "1.2.0" +androidxRecyclerview = "1.3.0" +appcompatVersion = "1.7.0" +fragment = "1.8.3" +kotlin = "1.9.24" +coreKtx = "1.10.1" +junit = "4.13.2" +junitVersion = "1.1.5" +espressoCore = "3.5.1" +appcompat = "1.6.1" +material = "1.10.0" +activity = "1.8.0" +constraintlayout = "2.1.4" +supportCompat = "28.0.0" +pdfiumAndroid = "1.9.0" + +[libraries] +androidx-appcompat-v120 = { module = "androidx.appcompat:appcompat", version.ref = "androidxAppcompat" } +androidx-appcompat-v170 = { module = "androidx.appcompat:appcompat", version.ref = "appcompatVersion" } +androidx-core-ktx = { group = "androidx.core", name = "core-ktx", version.ref = "coreKtx" } +androidx-fragment = { module = "androidx.fragment:fragment", version.ref = "fragment" } +androidx-recyclerview-recyclerview = { module = "androidx.recyclerview:recyclerview", version.ref = "androidxRecyclerview" } +junit = { group = "junit", name = "junit", version.ref = "junit" } +androidx-junit = { group = "androidx.test.ext", name = "junit", version.ref = "junitVersion" } +androidx-espresso-core = { group = "androidx.test.espresso", name = "espresso-core", version.ref = "espressoCore" } +androidx-appcompat = { group = "androidx.appcompat", name = "appcompat", version.ref = "appcompat" } +material = { group = "com.google.android.material", name = "material", version.ref = "material" } +androidx-activity = { group = "androidx.activity", name = "activity", version.ref = "activity" } +androidx-constraintlayout = { group = "androidx.constraintlayout", name = "constraintlayout", version.ref = "constraintlayout" } +pdfium-android = { module = "com.github.barteksc:pdfium-android", version.ref = "pdfiumAndroid" } +recyclerview-v7 = { module = "com.android.support:recyclerview-v7", version.ref = "supportCompat" } +support-compat = { module = "com.android.support:support-compat", version.ref = "supportCompat" } +support-v4 = { module = "com.android.support:support-v4", version.ref = "supportCompat" } + +[plugins] +android-application = { id = "com.android.application", version.ref = "agp" } +kotlin-android = { id = "org.jetbrains.kotlin.android", version.ref = "kotlin" } + diff --git a/gradle/wrapper/gradle-wrapper.properties b/gradle/wrapper/gradle-wrapper.properties index 69955ca..9ab6fc2 100644 --- a/gradle/wrapper/gradle-wrapper.properties +++ b/gradle/wrapper/gradle-wrapper.properties @@ -3,4 +3,4 @@ distributionBase=GRADLE_USER_HOME distributionPath=wrapper/dists zipStoreBase=GRADLE_USER_HOME zipStorePath=wrapper/dists -distributionUrl=https\://services.gradle.org/distributions/gradle-8.7-all.zip +distributionUrl=https\://services.gradle.org/distributions/gradle-8.10.2-all.zip diff --git a/tkrefreshlayout/build.gradle b/tkrefreshlayout/build.gradle index d39717d..e456e7d 100644 --- a/tkrefreshlayout/build.gradle +++ b/tkrefreshlayout/build.gradle @@ -11,6 +11,6 @@ android { } dependencies { - implementation 'com.android.support:support-v4:25.2.0' - implementation 'com.android.support:recyclerview-v7:25.2.0' + implementation libs.support.v4 + implementation libs.recyclerview.v7 } \ No newline at end of file diff --git a/tkrefreshlayout/build/intermediates/runtime_library_classes_dir/release/bundleLibRuntimeToDirRelease/com/lcodecore/tkrefreshlayout/header/progresslayout/MaterialProgressDrawable$1.class b/tkrefreshlayout/build/intermediates/runtime_library_classes_dir/release/bundleLibRuntimeToDirRelease/com/lcodecore/tkrefreshlayout/header/progresslayout/MaterialProgressDrawable$1.class index 6878e60..33dc107 100644 Binary files a/tkrefreshlayout/build/intermediates/runtime_library_classes_dir/release/bundleLibRuntimeToDirRelease/com/lcodecore/tkrefreshlayout/header/progresslayout/MaterialProgressDrawable$1.class and b/tkrefreshlayout/build/intermediates/runtime_library_classes_dir/release/bundleLibRuntimeToDirRelease/com/lcodecore/tkrefreshlayout/header/progresslayout/MaterialProgressDrawable$1.class differ diff --git a/tkrefreshlayout/build/intermediates/runtime_library_classes_dir/release/bundleLibRuntimeToDirRelease/com/lcodecore/tkrefreshlayout/header/progresslayout/MaterialProgressDrawable$2.class b/tkrefreshlayout/build/intermediates/runtime_library_classes_dir/release/bundleLibRuntimeToDirRelease/com/lcodecore/tkrefreshlayout/header/progresslayout/MaterialProgressDrawable$2.class index 9e8e570..0b7964e 100644 Binary files a/tkrefreshlayout/build/intermediates/runtime_library_classes_dir/release/bundleLibRuntimeToDirRelease/com/lcodecore/tkrefreshlayout/header/progresslayout/MaterialProgressDrawable$2.class and b/tkrefreshlayout/build/intermediates/runtime_library_classes_dir/release/bundleLibRuntimeToDirRelease/com/lcodecore/tkrefreshlayout/header/progresslayout/MaterialProgressDrawable$2.class differ diff --git a/tkrefreshlayout/build/intermediates/runtime_library_classes_dir/release/bundleLibRuntimeToDirRelease/com/lcodecore/tkrefreshlayout/header/progresslayout/MaterialProgressDrawable$3.class b/tkrefreshlayout/build/intermediates/runtime_library_classes_dir/release/bundleLibRuntimeToDirRelease/com/lcodecore/tkrefreshlayout/header/progresslayout/MaterialProgressDrawable$3.class index 9f591d2..cd5ff83 100644 Binary files a/tkrefreshlayout/build/intermediates/runtime_library_classes_dir/release/bundleLibRuntimeToDirRelease/com/lcodecore/tkrefreshlayout/header/progresslayout/MaterialProgressDrawable$3.class and b/tkrefreshlayout/build/intermediates/runtime_library_classes_dir/release/bundleLibRuntimeToDirRelease/com/lcodecore/tkrefreshlayout/header/progresslayout/MaterialProgressDrawable$3.class differ diff --git a/tkrefreshlayout/build/intermediates/runtime_library_classes_jar/debug/bundleLibRuntimeToJarDebug/classes.jar b/tkrefreshlayout/build/intermediates/runtime_library_classes_jar/debug/bundleLibRuntimeToJarDebug/classes.jar index 53faa74..6b5c741 100644 Binary files a/tkrefreshlayout/build/intermediates/runtime_library_classes_jar/debug/bundleLibRuntimeToJarDebug/classes.jar and b/tkrefreshlayout/build/intermediates/runtime_library_classes_jar/debug/bundleLibRuntimeToJarDebug/classes.jar differ diff --git a/tkrefreshlayout/build/intermediates/runtime_library_classes_jar/release/bundleLibRuntimeToJarRelease/classes.jar b/tkrefreshlayout/build/intermediates/runtime_library_classes_jar/release/bundleLibRuntimeToJarRelease/classes.jar index 53faa74..6b5c741 100644 Binary files a/tkrefreshlayout/build/intermediates/runtime_library_classes_jar/release/bundleLibRuntimeToJarRelease/classes.jar and b/tkrefreshlayout/build/intermediates/runtime_library_classes_jar/release/bundleLibRuntimeToJarRelease/classes.jar differ diff --git a/videocompressor/build.gradle b/videocompressor/build.gradle index d7ae599..40c4ea1 100644 --- a/videocompressor/build.gradle +++ b/videocompressor/build.gradle @@ -2,7 +2,6 @@ apply plugin: 'com.android.library' android { compileSdk 35 - //buildToolsVersion "33.0.0" defaultConfig { minSdk 24 targetSdk 35 diff --git a/zxingLite/build.gradle b/zxingLite/build.gradle index 9fe66da..b17d29b 100644 --- a/zxingLite/build.gradle +++ b/zxingLite/build.gradle @@ -14,7 +14,6 @@ android { dependencies { implementation fileTree(include: ['*.jar'], dir: 'libs') implementation files('libs/zixing_core_3.4.1.jar') - implementation 'androidx.fragment:fragment:1.8.3' - implementation 'androidx.appcompat:appcompat:1.7.0' -// implementation 'androidx.fragment:fragment:1.5.4' + implementation libs.androidx.fragment + implementation libs.androidx.appcompat.v170 }