File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -22,12 +22,12 @@ project.ext {
2222
2323buildscript {
2424 repositories {
25- // maven { url 'https://maven.aliyun.com/repository/jcenter' }
25+ maven { url ' https://maven.aliyun.com/repository/jcenter' }
2626 jcenter()
2727 google()
2828 }
2929 dependencies {
30- classpath ' com.android.tools.build:gradle:4.0.1 '
30+ classpath ' com.android.tools.build:gradle:4.0.0 '
3131 classpath ' com.github.dcendents:android-maven-gradle-plugin:2.1'
3232 classpath ' com.jfrog.bintray.gradle:gradle-bintray-plugin:1.8.4'
3333// classpath 'com.tencent.bugly:symtabfileuploader:2.2.1'
Original file line number Diff line number Diff line change @@ -6,8 +6,8 @@ android {
66 defaultConfig {
77 minSdkVersion rootProject. ext. minSdkVersion
88 targetSdkVersion rootProject. ext. targetSdkVersion
9- versionCode 31
10- versionName " 1.0.12 "
9+ versionCode 32
10+ versionName " 1.0.13 "
1111
1212 externalNativeBuild {
1313 cmake {
Original file line number Diff line number Diff line change @@ -58,7 +58,7 @@ dependencies {
5858
5959 debugImplementation ' com.squareup.leakcanary:leakcanary-android:2.2'
6060 implementation project(' :czxing' )
61- // implementation 'me.devilsen:czxing:1.0.12 '
61+ // implementation 'me.devilsen:czxing:1.0.13 '
6262
6363 implementation rootProject. ext. appcompat
6464 testImplementation rootProject. ext. junit
You can’t perform that action at this time.
0 commit comments