Skip to content

Commit 43e48d1

Browse files
committed
feat: add lib realmfieldnameshelper
1 parent c9620aa commit 43e48d1

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

sdn-sdk-android/build.gradle

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -196,7 +196,8 @@ dependencies {
196196
// Database
197197
implementation 'com.github.Zhuinden:realm-monarchy:0.7.1'
198198

199-
kapt 'dk.ilios:realmfieldnameshelper:2.0.0'
199+
// kapt 'dk.ilios:realmfieldnameshelper:2.0.0'
200+
kapt fileTree(dir: 'libs', include: ['*.jar'])
200201

201202
// Shared Preferences
202203
implementation libs.androidx.preferenceKtx
19.1 KB
Binary file not shown.

0 commit comments

Comments
 (0)