Skip to content

Commit 1d30a04

Browse files
author
Yuriy Budiyev
committed
Dev
1 parent 657c016 commit 1d30a04

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ apply plugin: 'com.android.library'
2727
apply plugin: 'maven-publish'
2828

2929
ext {
30-
libraryVersion = '2.1.0'
30+
libraryVersion = '2.1.1'
3131
publishedGroupId = 'com.budiyev.android'
3232
}
3333

@@ -41,7 +41,7 @@ android {
4141
defaultConfig {
4242
minSdkVersion 19
4343
targetSdkVersion 31
44-
versionCode 57
44+
versionCode 58
4545
versionName libraryVersion
4646
}
4747

src/main/java/com/budiyev/android/codescanner/Rect.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -181,6 +181,7 @@ public boolean equals(final Object obj) {
181181
}
182182
}
183183

184+
@NonNull
184185
@Override
185186
public String toString() {
186187
return "[(" + mLeft + "; " + mTop + ") - (" + mRight + "; " + mBottom + ")]";

0 commit comments

Comments
 (0)