This commit is contained in:
itgaojian 2023-02-28 16:18:17 +08:00
commit 963ea4ac81
3 changed files with 4 additions and 4 deletions

View File

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

View File

@ -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"

View File

@ -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()