diff --git a/mobile/build.gradle b/mobile/build.gradle index 30a49c8..3da03ee 100644 --- a/mobile/build.gradle +++ b/mobile/build.gradle @@ -36,5 +36,5 @@ dependencies { testImplementation 'junit:junit:4.13.2' androidTestImplementation 'androidx.test.ext:junit:1.1.3' androidTestImplementation 'androidx.test.espresso:espresso-core:3.4.0' - wearApp project(":wear") + } \ No newline at end of file diff --git a/wear/build.gradle b/wear/build.gradle index ec2e6ce..3c8eed2 100644 --- a/wear/build.gradle +++ b/wear/build.gradle @@ -35,5 +35,5 @@ dependencies { implementation 'androidx.appcompat:appcompat:1.3.1' implementation 'com.google.android.material:material:1.4.0' implementation 'androidx.constraintlayout:constraintlayout:2.1.0' - wearApp project(":wear") + } \ No newline at end of file