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") } ```