plugins { id("com.android.library") } apply from: "../../common.gradle" android { lintOptions { disable "StaticFieldLeak" } } dependencies { implementation project(':model') annotationProcessor "androidx.annotation:annotation:$annotationVersion" implementation "androidx.fragment:fragment:$fragmentVersion" implementation "androidx.preference:preference:$preferenceVersion" }