From 2783c7d6d3388c62b062cf9e8824bd6ca4e24bd2 Mon Sep 17 00:00:00 2001 From: "Tzouvaras, Stilianos" Date: Fri, 29 Nov 2024 10:48:42 +0200 Subject: [PATCH] Update README.md --- README.md | 17 +---------------- 1 file changed, 1 insertion(+), 16 deletions(-) diff --git a/README.md b/README.md index cbdfa2a..c3ed041 100644 --- a/README.md +++ b/README.md @@ -23,22 +23,7 @@ The `EudiRQESUi` object defines methods for setting up and using the SDK. The SD ## Installation -To use snapshot versions add the following to your project's settings.gradle file: - -```Gradle -dependencyResolutionManagement { - repositories { - // .. other repositories - maven { - url = uri("https://s01.oss.sonatype.org/content/repositories/snapshots/") - mavenContent { snapshotsOnly() } - } - } -} -``` - -Add the following dependency to your app's build.gradle file to include the library in your project. -If you want to use a snapshot version, please add the `-snapshot` suffix to the library version. +Add the following dependency to your app's build.gradle file to include the library in your project. ```Gradle dependencies {