Skip to content

Commit d485584

Browse files
authored
Release 21.7 (#12)
* Release 21.7 * com.aspose:aspose-barcode-cloud:21.7.2
1 parent 1ff607b commit d485584

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

app/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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'

scripts/check-urls-in-file.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77

88
URL_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'])
1111
BROKEN_URLS = collections.defaultdict(list)
1212

1313

0 commit comments

Comments
 (0)