1.视频发布
2.协议入口变更 3.消息时间 4.升级AndroidX
This commit is contained in:
@@ -25,8 +25,8 @@ android {
|
||||
enabled = true
|
||||
}
|
||||
|
||||
compileSdkVersion 28
|
||||
buildToolsVersion '28.0.3'
|
||||
compileSdkVersion 31
|
||||
buildToolsVersion '29.0.2'
|
||||
aaptOptions.cruncherEnabled = false
|
||||
aaptOptions.useNewCruncher = false
|
||||
defaultConfig {
|
||||
@@ -35,11 +35,11 @@ android {
|
||||
// multiDexEnabled true
|
||||
applicationId "com.sl.HouseProperty"
|
||||
minSdkVersion 21
|
||||
targetSdkVersion 28
|
||||
targetSdkVersion 29
|
||||
// multiDexEnabled true
|
||||
versionCode 1
|
||||
versionName "1.1.1"
|
||||
testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"
|
||||
testInstrumentationRunner 'androidx.test.runner.AndroidJUnitRunner'
|
||||
ndk {
|
||||
|
||||
//选择要添加的对应cpu类型的.so库。
|
||||
@@ -118,7 +118,6 @@ android {
|
||||
implementation 'com.truizlop.sectionedrecyclerview:library:1.0.0'
|
||||
implementation 'tech.wangjie:qrcodetools:1.0.0'
|
||||
|
||||
implementation 'com.android.support:recyclerview-v7:28.0.0'
|
||||
implementation 'com.squareup.okhttp3:logging-interceptor:3.4.1'
|
||||
implementation 'com.google.zxing:core:3.3.0'
|
||||
|
||||
@@ -127,10 +126,10 @@ android {
|
||||
// implementation(name: 'viewpicker-release', ext: 'aar')
|
||||
implementation(name: 'selectpicker-release', ext: 'aar')
|
||||
implementation 'com.github.rey5137:material:1.2.5'
|
||||
implementation 'com.github.bumptech.glide:glide:4.5.0'
|
||||
implementation 'com.github.bumptech.glide:glide:4.9.0'
|
||||
implementation 'com.github.chrisbanes:PhotoView:2.0.0'
|
||||
|
||||
implementation 'com.android.support:design:28.0.0'
|
||||
|
||||
|
||||
implementation 'net.dankito.richtexteditor:richtexteditor-android:2.0.8'
|
||||
implementation(name: 'alipaySdk-15.5.9', ext: 'aar')
|
||||
@@ -138,7 +137,7 @@ android {
|
||||
implementation project(':ninegridview')
|
||||
implementation 'com.lxj:xpopup:1.8.10'
|
||||
// 添加下面这句即可
|
||||
implementation 'com.android.support:support-v4:28.0.0'
|
||||
|
||||
implementation 'com.scwang.smartrefresh:SmartRefreshLayout:1.1.0' //1.0.5及以前版本的老用户升级需谨慎,API改动过大
|
||||
// 基础依赖包,必须要依赖
|
||||
implementation 'com.gyf.immersionbar:immersionbar:3.0.0'
|
||||
@@ -159,7 +158,15 @@ android {
|
||||
implementation 'com.tbruyelle.rxpermissions2:rxpermissions:0.9.5@aar'
|
||||
api 'io.reactivex.rxjava2:rxjava:2.1.5'
|
||||
implementation 'me.jessyan:autosize:1.1.2'
|
||||
|
||||
implementation 'androidx.camera:camera-view:1.0.0-alpha30'
|
||||
// implementation 'io.github.lucksiege:pictureselector:v2.7.3-rc05'//视频图片选择器
|
||||
implementation 'io.github.lucksiege:pictureselector:v2.7.3-rc10'
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
dependencies {
|
||||
// implementation project(path: ':picture_library')
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user