Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
djorka committed Mar 18, 2024
1 parent f51f0af commit 2d8fc5a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}
```

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

Expand Down

0 comments on commit 2d8fc5a

Please sign in to comment.