kotlin转化

This commit is contained in:
2022-08-30 17:29:34 +08:00
parent 89164dbd44
commit 90200b5348
173 changed files with 15630 additions and 44 deletions
+2 -40
View File
@@ -83,40 +83,20 @@ dependencies {
implementation 'androidx.appcompat:appcompat:1.2.0'
implementation 'com.google.android.material:material:1.2.1'
implementation 'androidx.constraintlayout:constraintlayout:2.0.1'
implementation 'org.jetbrains:annotations:15.0'
//implementation files('libs\\AMap2DMap_6.0.0_AMapSearch_7.9.0_20210331.jar')
// implementation files('libs\\AMap_Location_V5.3.1_20210331.jar')
//implementation files('libs\\Android_Lite3DMap_SDK_V1.2.0_20210412.jar')
// implementation files('libs\\AMap2DMap_6.0.0_AMapSearch_7.9.0_20210331.jar')
//implementation files('libs\\android-support-v4.jar')
testImplementation 'junit:junit:4.+'
androidTestImplementation 'androidx.test.ext:junit:1.1.2'
androidTestImplementation 'androidx.test.espresso:espresso-core:3.3.0'
//图片
implementation 'com.github.bumptech.glide:glide:4.11.0'
// implementation 'org.jetbrains:annotations:15.0'
implementation 'top.zibin:Luban:1.1.3'
//okhttp
implementation 'com.squareup.okhttp3:okhttp:3.2.0'
//gson
implementation 'com.google.code.gson:gson:2.8.5'
//角标文字
implementation 'com.haozhang.libary:android-slanted-textview:1.2'
//加载
implementation 'com.scwang.smart:refresh-layout-kernel:2.0.1'
implementation 'com.scwang.smart:refresh-header-material:2.0.1'
implementation 'com.scwang.smart:refresh-footer-ball:2.0.1' //球脉冲加载
implementation 'com.scwang.smart:refresh-footer-classics:2.0.1' //经典加载
implementation 'com.alibaba:fastjson:1.2.61'
//弹框
//
implementation 'com.lxj:xpopup:2.2.8'
//更新版本
implementation 'com.github.jenly1314.AppUpdater:app-updater:1.1.0'
implementation 'com.github.jenly1314.AppUpdater:app-dialog:1.1.0'
//轮播插件
implementation 'com.github.zhpanvip:BannerViewPager:3.5.4'
//选择器
//implementation 'com.github.gzu-liyujiang:AndroidPicker:Tag'
implementation 'com.github.gzu-liyujiang.AndroidPicker:WheelPicker:3.1.1'
implementation 'com.github.gzu-liyujiang.AndroidPicker:AddressPicker:3.1.1'
//EventBus
@@ -125,13 +105,6 @@ dependencies {
//工具类
implementation 'cn.hutool:hutool-all:5.7.11'
//UI库
implementation 'com.github.tamsiree.RxTool:RxUI:2.6.2'
//相机库
implementation 'com.github.tamsiree.RxTool:RxCamera:2.6.2'
//功能库(Zxing扫描与生成二维码条形码)
implementation 'com.github.tamsiree.RxTool:RxFeature:2.6.2'
//ArcGis For Android工具库(API100.1以上版本)
implementation 'com.github.tamsiree.RxTool:RxArcGisKit:2.6.2'
//友盟
// 下面各SDK根据宿主App是否使用相关业务按需引入。
// 友盟统计SDK
@@ -142,21 +115,10 @@ dependencies {
//xui
implementation 'com.github.xuexiangjys:XUI:1.1.8'
implementation "io.reactivex.rxjava3:rxjava:3.1.4"
implementation "io.reactivex.rxjava3:rxandroid:3.0.0"
// implementation "com.squareup.retrofit2:adapter-rxjava3:2.9.0"
implementation 'com.github.LuckSiege.PictureSelector:picture_library:v2.2.9'
// implementation 'io.github.lucksiege:pictureselector:v3.0.9'
implementation 'com.github.getActivity:XToast:8.2'
implementation 'com.github.CymChad:BaseRecyclerViewAdapterHelper:3.0.6'
implementation 'com.github.tbruyelle:rxpermissions:0.12'
implementation 'com.amap.api:3dmap:8.0.0'
implementation 'com.amap.api:location:5.4.0'
implementation 'com.amap.api:search:7.9.0'
implementation project(path: ':mylibrary')
}
+1 -1
View File
@@ -12,7 +12,7 @@
"filters": [],
"versionCode": 27,
"versionName": "3.0.7",
"outputFile": "dhhy-cargo-0718_16-12-3.0.7.apk"
"outputFile": "dhhy-cargo-0830_17-18-3.0.7.apk"
}
]
}
@@ -211,7 +211,7 @@
android:layout_width="@dimen/dp_22"
android:layout_height="@dimen/dp_22"
android:layout_marginLeft="@dimen/dp_4"
android:background="@drawable/selector_location"></ImageView>
></ImageView>
</LinearLayout>
<com.oneclouds.cargo.util.view.BaseRecyclerView
+1 -1
View File
@@ -30,7 +30,7 @@
android:layout_height="match_parent"
android:layout_gravity="center_vertical"
android:layout_marginLeft="@dimen/dp_6"
android:background="@color/transparent"
android:background="#00000000"
android:hint="请输入车牌号/手机号进行搜索"
android:inputType="text|textAutoComplete"
android:singleLine="true"
@@ -39,7 +39,7 @@
android:layout_height="match_parent"
android:layout_gravity="center_vertical"
android:layout_marginLeft="@dimen/dp_6"
android:background="@color/transparent"
android:background="#00000000"
android:hint="请输入关键字"
android:inputType="text|textAutoComplete"
android:singleLine="true"
+1
View File
@@ -31,4 +31,5 @@
<color name="tab_select">@color/color_theme</color>
<color name="tab_select_no">#C9C9C9</color>
<color name="gray">#999999</color>
<color name="red">#FF0000</color>
</resources>