From 97e377709311a08d9606a47ea643b2f8134982ea Mon Sep 17 00:00:00 2001 From: ViliusSutkus89 Date: Thu, 18 Aug 2022 20:04:30 +0000 Subject: [PATCH] Update library version in README.md (1.2.8) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index cdfa87f..5b10ffb 100644 --- a/README.md +++ b/README.md @@ -15,7 +15,7 @@ Limited to wvHtml. [application/app/build.gradle](application/app/build.gradle) contains code to load the library as a dependency in Gradle. ```gradle dependencies { - implementation 'com.viliussutkus89:wvware-android:1.2.7' + implementation 'com.viliussutkus89:wvware-android:1.2.8' } ```