Skip to content

Commit

Permalink
Dev
Browse files Browse the repository at this point in the history
  • Loading branch information
Yuriy Budiyev committed Feb 18, 2022
1 parent 657c016 commit 1d30a04
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ apply plugin: 'com.android.library'
apply plugin: 'maven-publish'

ext {
libraryVersion = '2.1.0'
libraryVersion = '2.1.1'
publishedGroupId = 'com.budiyev.android'
}

Expand All @@ -41,7 +41,7 @@ android {
defaultConfig {
minSdkVersion 19
targetSdkVersion 31
versionCode 57
versionCode 58
versionName libraryVersion
}

Expand Down
1 change: 1 addition & 0 deletions src/main/java/com/budiyev/android/codescanner/Rect.java
Original file line number Diff line number Diff line change
Expand Up @@ -181,6 +181,7 @@ public boolean equals(final Object obj) {
}
}

@NonNull
@Override
public String toString() {
return "[(" + mLeft + "; " + mTop + ") - (" + mRight + "; " + mBottom + ")]";
Expand Down

0 comments on commit 1d30a04

Please sign in to comment.