diff --git a/sample/build.gradle b/sample/build.gradle index ff952ea..c8d4a8c 100644 --- a/sample/build.gradle +++ b/sample/build.gradle @@ -62,4 +62,5 @@ dependencies { debugImplementation "androidx.compose.ui:ui-test-manifest:$compose_version" implementation project(":rebugger") + // implementation 'com.github.theapache64:rebugger:fc770551b5' } \ No newline at end of file diff --git a/settings.gradle b/settings.gradle index de35a1f..67baa13 100644 --- a/settings.gradle +++ b/settings.gradle @@ -10,6 +10,7 @@ dependencyResolutionManagement { repositories { google() mavenCentral() + maven { url 'https://jitpack.io' } } } rootProject.name = "Rebugger Sample"