Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
james602152002 committed Apr 28, 2020
1 parent 0037c82 commit 5b6cceb
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
Binary file modified .idea/caches/build_file_checksums.ser
Binary file not shown.
4 changes: 2 additions & 2 deletions library/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ android {
minSdkVersion 14
// targetSdkVersion 26
targetSdkVersion 29
versionCode 26
versionName "1.6.3"
versionCode 27
versionName "1.6.4"
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
}
buildTypes {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -814,4 +814,8 @@ private void updateLabel() {
}
invalidate();
}

public boolean isMustFill() {
return isMustFill;
}
}

0 comments on commit 5b6cceb

Please sign in to comment.