Skip to content

Latest commit

 

History

History
54 lines (46 loc) · 1.43 KB

README.md

File metadata and controls

54 lines (46 loc) · 1.43 KB

En

All information and source code are provided AS-IS, without express or implied warranties. Use of the source code or parts of it is at your sole discretion and risk.

VkMusic-Kotlin-Android

with the help of this library, you can easily get audio vkontakte

Install

Add it in your root build.gradle:

	allprojects {
		repositories {
			...
			maven { url 'https://jitpack.io' }
		}
	}

and Add the dependency:

dependencies {
	        implementation 'com.github.2sweetheart2:VkMusic-Kotlin-Android:Tag'
	}

Ru

Вся информация и исходный код предоставляются в исходном виде, без явно выраженных или подразумеваемых гарантий. Использование исходного кода или его части осуществляются исключительно по вашему усмотрению и на ваш риск.

VkMusic-Kotlin-Android

с помощью этой библиотеку вы сможете легко получить аудио в Вк

Установка

добавте это в основной build.gradle:

	allprojects {
		repositories {
			...
			maven { url 'https://jitpack.io' }
		}
	}

и также добавте это в build.gradle вашего проекта:

dependencies {
	        implementation 'com.github.2sweetheart2:VkMusic-Kotlin-Android:Tag'
	}