File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2424
2525Для работы с библиотекой необходимо:
2626
27- 1 . Подключить репозиторий в ваш ` build.gradle ` файл
28-
29- ``` groovy
30- maven {
31- credentials {
32- username 'nexus_user_name'
33- password 'nexus_user_password'
34- }
35- url 'https://nexus.redmadrobot.com/repository/android/'
36- }
37- ```
38-
39-
40-
41- 2 . Подключить ` Core ` модуль для работы самой панели:
27+ 1 . Подключить ` Core ` модуль для работы самой панели:
4228
4329``` groovy
4430
@@ -50,7 +36,7 @@ dependencies {
5036
5137
5238
53- 3 . Подключить плагины для того функционала который вам нужен
39+ 2 . Подключить необходимые плагины
5440
5541``` groovy
5642dependencies {
@@ -74,7 +60,7 @@ dependencies {
7460
7561```
7662
77- 4 . Для того чтобы библиотека не попала в релизную сборку необходимо подключить ` no-op ` версию библиотеки
63+ 3 . Для того чтобы библиотека не попала в релизную сборку необходимо подключить ` no-op ` версию библиотеки
7864
7965``` groovy
8066 releaseImplementation 'com.redmadrobot.debug:panel-no-op:${debug_panel_version}'
You can’t perform that action at this time.
0 commit comments