File tree Expand file tree Collapse file tree 3 files changed +4
-3
lines changed
src/main/java/com/example/asposebarcodecloud Expand file tree Collapse file tree 3 files changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -34,7 +34,7 @@ dependencies {
3434 implementation ' androidx.core:core-ktx:1.3.2'
3535 implementation ' androidx.appcompat:appcompat:1.2.0'
3636 implementation ' androidx.constraintlayout:constraintlayout:2.0.4'
37- implementation ' com.aspose:aspose-barcode-cloud:20.12 .0'
37+ implementation ' com.aspose:aspose-barcode-cloud:21.2 .0'
3838 implementation ' com.google.android.material:material:1.2.1'
3939 testImplementation ' junit:junit:4.13.1'
4040 androidTestImplementation ' androidx.test.ext:junit:1.1.2'
Original file line number Diff line number Diff line change @@ -250,6 +250,7 @@ class MainActivity : AppCompatActivity() {
250250 null ,
251251 null ,
252252 null ,
253+ null ,
253254 tmpFile
254255 )
255256
Original file line number Diff line number Diff line change 11// Top-level build file where you can add configuration options common to all sub-projects/modules.
22buildscript {
3- ext. kotlin_version = ' 1.4.21 '
3+ ext. kotlin_version = ' 1.4.30 '
44 repositories {
55 google()
66 jcenter()
77 }
88 dependencies {
9- classpath " com.android.tools.build:gradle:4.1.1 "
9+ classpath ' com.android.tools.build:gradle:4.1.2 '
1010 classpath " org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version "
1111
1212 // NOTE: Do not place your application dependencies here; they belong
You can’t perform that action at this time.
0 commit comments