File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed
src/main/java/com/budiyev/android/codescanner Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -27,7 +27,7 @@ apply plugin: 'com.android.library'
27
27
apply plugin : ' maven-publish'
28
28
29
29
ext {
30
- libraryVersion = ' 2.1.0 '
30
+ libraryVersion = ' 2.1.1 '
31
31
publishedGroupId = ' com.budiyev.android'
32
32
}
33
33
@@ -41,7 +41,7 @@ android {
41
41
defaultConfig {
42
42
minSdkVersion 19
43
43
targetSdkVersion 31
44
- versionCode 57
44
+ versionCode 58
45
45
versionName libraryVersion
46
46
}
47
47
Original file line number Diff line number Diff line change @@ -181,6 +181,7 @@ public boolean equals(final Object obj) {
181
181
}
182
182
}
183
183
184
+ @ NonNull
184
185
@ Override
185
186
public String toString () {
186
187
return "[(" + mLeft + "; " + mTop + ") - (" + mRight + "; " + mBottom + ")]" ;
You can’t perform that action at this time.
0 commit comments