From b70511f99a92c68f70e47c5154c2c9841e855b38 Mon Sep 17 00:00:00 2001 From: itgaojian163 Date: Fri, 17 Feb 2023 21:32:02 +0800 Subject: [PATCH] =?UTF-8?q?filepicker=E7=89=88=E6=9C=AC=E5=8D=87=E7=BA=A7?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/release/output-metadata.json | 4 ++-- baselib/build.gradle | 2 +- build.gradle | 6 +++--- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/app/release/output-metadata.json b/app/release/output-metadata.json index 74512f2..99b5df9 100644 --- a/app/release/output-metadata.json +++ b/app/release/output-metadata.json @@ -10,8 +10,8 @@ { "type": "SINGLE", "filters": [], - "versionCode": 5, - "versionName": "1.0.5", + "versionCode": 6, + "versionName": "1.0.6", "outputFile": "app-release.apk" } ] diff --git a/baselib/build.gradle b/baselib/build.gradle index 5af5633..e658ebd 100755 --- a/baselib/build.gradle +++ b/baselib/build.gradle @@ -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" diff --git a/build.gradle b/build.gradle index dc17ee6..7abcbc0 100644 --- a/build.gradle +++ b/build.gradle @@ -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'