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