From 7fce55ca24eddfcf4247d4d15ba020da278abe41 Mon Sep 17 00:00:00 2001 From: andy schirmer Date: Fri, 2 Feb 2024 15:41:11 -0500 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 8c02151..717606e 100644 --- a/README.md +++ b/README.md @@ -21,7 +21,7 @@ repositories { // add the dependency to the app's build.gradle dependencies { // Solve Android SDK - implementation "ai.forethought:solve-android-source:1.0.1" + implementation "ai.forethought:solve-android-source:1.0.4" } ``` @@ -40,7 +40,7 @@ repositories { // add the dependency to the app's build.gradle dependencies { // Solve Android SDK - implementation("ai.forethought:solve-android-source:1.0.1") + implementation("ai.forethought:solve-android-source:1.0.4") } ```