filepicker版本升级
This commit is contained in:
parent
0274bb9e9a
commit
b70511f99a
@ -10,8 +10,8 @@
|
||||
{
|
||||
"type": "SINGLE",
|
||||
"filters": [],
|
||||
"versionCode": 5,
|
||||
"versionName": "1.0.5",
|
||||
"versionCode": 6,
|
||||
"versionName": "1.0.6",
|
||||
"outputFile": "app-release.apk"
|
||||
}
|
||||
]
|
||||
|
@ -113,7 +113,7 @@ dependencies {
|
||||
|
||||
//图片选择
|
||||
api 'io.github.lucksiege:pictureselector:v2.7.3-rc08'
|
||||
api 'me.rosuh:AndroidFilePicker:0.7.0-x'
|
||||
api 'me.rosuh:AndroidFilePicker:0.7.4-x'
|
||||
|
||||
//加载动画
|
||||
api "com.jcodecraeer:xrecyclerview:$rootProject.ext.xRecyclerViewVersion"
|
||||
|
@ -1,7 +1,7 @@
|
||||
// Top-level build file where you can add configuration options common to all sub-projects/modules.
|
||||
|
||||
buildscript {
|
||||
ext.kotlin_version = '1.4.0-rc'
|
||||
ext.kotlin_version = '1.6.0'
|
||||
repositories {
|
||||
google()
|
||||
jcenter()
|
||||
@ -59,8 +59,8 @@ ext {
|
||||
gCompileSdkVersion = 30
|
||||
gMinSdkVersion = 19
|
||||
gTargetSdkVersion = 30
|
||||
gVersionCode = 5
|
||||
gVersionName = '1.0.5'
|
||||
gVersionCode = 6
|
||||
gVersionName = '1.0.6'
|
||||
gBuildToolsVersion = "29.0.2"
|
||||
// gVersionCode=26
|
||||
// gVersionName='1.3.0'
|
||||
|
Loading…
Reference in New Issue
Block a user