Loading app/build.gradle +4 −0 Original line number Diff line number Diff line Loading @@ -61,6 +61,10 @@ dependencies { implementation fileTree(include: ['*.jar'], dir: 'libs') api 'androidx.annotation:annotation:1.3.0' def work_version = "2.7.1" // (Java only) implementation "androidx.work:work-runtime:$work_version" androidTestImplementation 'androidx.test:runner:1.4.0' androidTestImplementation 'androidx.test:rules:1.4.0' androidTestImplementation 'androidx.annotation:annotation:1.3.0' Loading Loading
app/build.gradle +4 −0 Original line number Diff line number Diff line Loading @@ -61,6 +61,10 @@ dependencies { implementation fileTree(include: ['*.jar'], dir: 'libs') api 'androidx.annotation:annotation:1.3.0' def work_version = "2.7.1" // (Java only) implementation "androidx.work:work-runtime:$work_version" androidTestImplementation 'androidx.test:runner:1.4.0' androidTestImplementation 'androidx.test:rules:1.4.0' androidTestImplementation 'androidx.annotation:annotation:1.3.0' Loading