Skip to content

Commit 095b421

Browse files
committed
1. Resolved bug in DBHelper method and added support for saving blob data in SQLite.
2. Updating library version.
1 parent 97afbf8 commit 095b421

File tree

5 files changed

+351
-354
lines changed

5 files changed

+351
-354
lines changed

.idea/caches/build_file_checksums.ser

0 Bytes
Binary file not shown.

app/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@ android {
1414
defaultConfig {
1515
minSdkVersion 19
1616
targetSdkVersion 29
17-
versionCode 58 // this indicates the number of releases of library
18-
versionName "1.7.4" // this indicates the current version of library
17+
versionCode 59 // this indicates the number of releases of library
18+
versionName "1.7.41" // this indicates the current version of library
1919
}
2020

2121
buildTypes {

0 commit comments

Comments
 (0)