Skip to content

Commit 27899b4

Browse files
author
Roman Choryev
committed
Readme:Remove information about internal nexus repository connection
1 parent fec50e7 commit 27899b4

1 file changed

Lines changed: 3 additions & 17 deletions

File tree

README.md

Lines changed: 3 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -24,21 +24,7 @@
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
5642
dependencies {
@@ -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}'

0 commit comments

Comments
 (0)