Loading app/build.gradle +4 −0 Original line number Diff line number Diff line Loading @@ -65,6 +65,10 @@ dependencies { // (Java only) implementation "androidx.work:work-runtime:$work_version" 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 @@ -65,6 +65,10 @@ dependencies { // (Java only) implementation "androidx.work:work-runtime:$work_version" 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