change lib: 将所有quick_android相关库放入locallib_quick_android文件夹下

This commit is contained in:
free will
2021-06-24 19:40:01 +08:00
parent f4cec991ed
commit 34d3d506b6
180 changed files with 31 additions and 31 deletions
+8 -8
View File
@@ -106,14 +106,14 @@ dependencies {
//// implementation "com.github.SunnyQjm.quickandroid:quick_android_image_picker:$quick_android_version"
//// // 引入文件选择功能(调用系统的文件管理器)
//// implementation "com.github.SunnyQjm.quickandroid:quick_android_file_picker:$quick_android_version"
api project(path: ':quick_android_base')
api project(path: ':quick_android_custom_view')
api project(path: ':quick_android_easy_bar')
api project(path: ':quick_android_mvp')
api project(path: ':quick_android_rx_permission')
// api project(path: ':quick_android_qrcode')
// api project(path: ':quick_android_image_picker')
// api project(path: ':quick_android_file_picker')
api project(path: ':locallib_quick_android:quick_android_base')
api project(path: ':locallib_quick_android:quick_android_custom_view')
api project(path: ':locallib_quick_android:quick_android_easy_bar')
api project(path: ':locallib_quick_android:quick_android_mvp')
api project(path: ':locallib_quick_android:quick_android_rx_permission')
// api project(path: ':locallib_quick_android/quick_android_qrcode')
// api project(path: ':locallib_quick_android/quick_android_image_picker')
// api project(path: ':locallib_quick_android/quick_android_file_picker')
// loading button
implementation 'br.com.simplepass:loading-button-android:2.2.0'
+2 -2
View File
@@ -1,6 +1,6 @@
// Top-level build file where you can add configuration options common to all sub-projects/modules.
buildscript {
// ----------start: 导入quickandroid到本地----------
// ----------start: 导入quickandroid到本地时添加的变量----------
ext.kotlin_version = '1.3.72'
ext.okhttp_version = '4.0.0'
ext.persistent_cookie_jar_version = 'v1.0.1'
@@ -14,7 +14,7 @@ buildscript {
ext.parallax_layout_version = '1.0'
ext.logger_vesion = '2.2.0'
ext.brvah_version = '2.9.46'
ext.quick_android_version = '0.1.2'
ext.quick_android_version = '0.1.9'
ext.rx_android_version = '2.1.1'
ext.rx_java = '2.2.10'

Before

Width:  |  Height:  |  Size: 2.8 KiB

After

Width:  |  Height:  |  Size: 2.8 KiB

@@ -35,6 +35,6 @@ dependencies {
androidTestImplementation "androidx.test:runner:${test_runner_version}"
androidTestImplementation "androidx.test.espresso:espresso-core:${espresso_core_version}"
implementation project(path: ':quick_android_base')
implementation project(path: ':locallib_quick_android:quick_android_base')
}

Before

Width:  |  Height:  |  Size: 992 B

After

Width:  |  Height:  |  Size: 992 B

Before

Width:  |  Height:  |  Size: 1.9 KiB

After

Width:  |  Height:  |  Size: 1.9 KiB

@@ -30,8 +30,8 @@ dependencies {
implementation "androidx.core:core-ktx:${core_ktx_version}"
testImplementation "junit:junit:${junit_version}"
implementation project(path: ':quick_android_base')
implementation project(path: ':quick_android_custom_view')
implementation project(path: ':locallib_quick_android:quick_android_base')
implementation project(path: ':locallib_quick_android:quick_android_custom_view')
androidTestImplementation 'androidx.test.ext:junit:1.1.1'
androidTestImplementation 'androidx.test.espresso:espresso-core:3.2.0'

Before

Width:  |  Height:  |  Size: 752 B

After

Width:  |  Height:  |  Size: 752 B

@@ -41,5 +41,5 @@ dependencies {
androidTestImplementation "androidx.test:runner:${test_runner_version}"
androidTestImplementation "androidx.test.espresso:espresso-core:${espresso_core_version}"
implementation project(path: ':quick_android_base')
implementation project(path: ':locallib_quick_android:quick_android_base')
}

Some files were not shown because too many files have changed in this diff Show More