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