Skip to content

Commit

Permalink
🌟 add methods for remote debug
Browse files Browse the repository at this point in the history
  • Loading branch information
theapache64 committed Mar 30, 2023
1 parent fc77055 commit c851008
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions sample/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -62,4 +62,5 @@ dependencies {
debugImplementation "androidx.compose.ui:ui-test-manifest:$compose_version"

implementation project(":rebugger")
// implementation 'com.github.theapache64:rebugger:fc770551b5'
}
1 change: 1 addition & 0 deletions settings.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ dependencyResolutionManagement {
repositories {
google()
mavenCentral()
maven { url 'https://jitpack.io' }
}
}
rootProject.name = "Rebugger Sample"
Expand Down

0 comments on commit c851008

Please sign in to comment.