Skip to content

Commit

Permalink
[add] release 1.1
Browse files Browse the repository at this point in the history
¥添加英文支持,使用智障ai;
¥添加配置,控制捕捉图片方式的开关、导出图片大小限制等
  • Loading branch information
vitvm committed Jan 5, 2025
1 parent c63cd1b commit 6ab9db8
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -67,8 +67,8 @@ android {
applicationId "com.pic.catcher"
minSdk 24
targetSdk TARGET_SDK_VERSION.toInteger()
versionCode 1
versionName "1.0-gaoji"
versionCode 2
versionName "1.1-yp"

testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"

Expand Down
8 changes: 4 additions & 4 deletions settings.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ pluginManagement {
// allowInsecureProtocol = true
// url "http://127.0.0.1:10072"
// }
maven { url 'https://mirrors.cloud.tencent.com/nexus/repository/maven-public' }
maven { url 'https://repo.huaweicloud.com/repository/maven' }
// maven { url 'https://mirrors.cloud.tencent.com/nexus/repository/maven-public' }
// maven { url 'https://repo.huaweicloud.com/repository/maven' }
maven { url "https://maven.aliyun.com/repository/public" }
maven { url 'https://jitpack.io/' }

Expand All @@ -27,8 +27,8 @@ dependencyResolutionManagement {
// url "http://127.0.0.1:10072"
// }

maven { url 'https://mirrors.cloud.tencent.com/nexus/repository/maven-public' }
maven { url 'https://repo.huaweicloud.com/repository/maven' }
// maven { url 'https://mirrors.cloud.tencent.com/nexus/repository/maven-public' }
// maven { url 'https://repo.huaweicloud.com/repository/maven' }
maven { url "https://maven.aliyun.com/repository/public" }
maven { url 'https://jitpack.io/' }

Expand Down
2 changes: 1 addition & 1 deletion testapp/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ dependencies {

// implementation('com.github.Mingyueyixi.frame-base-utils:core')

testImplementation 'junit:junit:4.14-SNAPSHOT'
testImplementation 'junit:junit:4.13'
// androidTestImplementation 'androidx.test.ext:junit:1.1.5'
// androidTestImplementation 'androidx.test.espresso:espresso-core:3.5.1'
}

0 comments on commit 6ab9db8

Please sign in to comment.