filepicker版本升级

This commit is contained in:
itgaojian163 2023-02-17 21:32:02 +08:00
parent 0274bb9e9a
commit b70511f99a
3 changed files with 6 additions and 6 deletions

View File

@ -10,8 +10,8 @@
{ {
"type": "SINGLE", "type": "SINGLE",
"filters": [], "filters": [],
"versionCode": 5, "versionCode": 6,
"versionName": "1.0.5", "versionName": "1.0.6",
"outputFile": "app-release.apk" "outputFile": "app-release.apk"
} }
] ]

View File

@ -113,7 +113,7 @@ dependencies {
// //
api 'io.github.lucksiege:pictureselector:v2.7.3-rc08' 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" api "com.jcodecraeer:xrecyclerview:$rootProject.ext.xRecyclerViewVersion"

View File

@ -1,7 +1,7 @@
// Top-level build file where you can add configuration options common to all sub-projects/modules. // Top-level build file where you can add configuration options common to all sub-projects/modules.
buildscript { buildscript {
ext.kotlin_version = '1.4.0-rc' ext.kotlin_version = '1.6.0'
repositories { repositories {
google() google()
jcenter() jcenter()
@ -59,8 +59,8 @@ ext {
gCompileSdkVersion = 30 gCompileSdkVersion = 30
gMinSdkVersion = 19 gMinSdkVersion = 19
gTargetSdkVersion = 30 gTargetSdkVersion = 30
gVersionCode = 5 gVersionCode = 6
gVersionName = '1.0.5' gVersionName = '1.0.6'
gBuildToolsVersion = "29.0.2" gBuildToolsVersion = "29.0.2"
// gVersionCode=26 // gVersionCode=26
// gVersionName='1.3.0' // gVersionName='1.3.0'