From 2d8fc5a7152303a74bcf55e1ca372aed6fd10e23 Mon Sep 17 00:00:00 2001 From: andy schirmer Date: Mon, 18 Mar 2024 15:20:41 -0400 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 06a3187..4f1844c 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.1.0" + implementation "ai.forethought:solve-android-source:1.2.0" } ``` @@ -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.1.0") + implementation("ai.forethought:solve-android-source:1.2.0") } ```