File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
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:21.6.0 '
37+ implementation ' com.aspose:aspose-barcode-cloud:21.7.2 '
3838 implementation ' com.google.android.material:material:1.3.0'
3939 testImplementation ' junit:junit:4.13.2'
4040 androidTestImplementation ' androidx.test.ext:junit:1.1.2'
Original file line number Diff line number Diff line change 77
88URL_REGEX = re .compile (r"""(http[s]*://[^{})"'<>#\s]+)[)"'<>#\s]""" )
99
10- GOOD_URLS = set ('https://www.aspose.cloud' , )
10+ GOOD_URLS = set ([ 'https://www.aspose.cloud' ] )
1111BROKEN_URLS = collections .defaultdict (list )
1212
1313
You can’t perform that action at this time.
0 commit comments