From 82d556ac305842257a24bc165df90dd5336ec211 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lucas=20Bonaf=C3=A9?= <99195905+github-lucas-bon@users.noreply.github.com> Date: Fri, 11 Oct 2024 15:37:11 +0200 Subject: [PATCH] Update README.md (#234) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 05930f4..b01b61f 100644 --- a/README.md +++ b/README.md @@ -25,7 +25,7 @@ repositories{ } } dependencies { - implementation("tv.teads.sdk.android:sdk:5.1.5@aar") { + implementation("tv.teads.sdk.android:sdk:5.1.6@aar") { transitive = true } }