File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ repositories {
2121// add the dependency to the app's build.gradle
2222dependencies {
2323 // Solve Android SDK
24- implementation "ai.forethought:solve-android-source:1.3.5 "
24+ implementation "ai.forethought:solve-android-source:1.3.6 "
2525}
2626```
2727
@@ -40,7 +40,7 @@ repositories {
4040// add the dependency to the app's build.gradle
4141dependencies {
4242 // Solve Android SDK
43- implementation(" ai.forethought:solve-android-source:1.3.5 " )
43+ implementation(" ai.forethought:solve-android-source:1.3.6 " )
4444}
4545```
4646
Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ object Versions {
1515 const val constraintLayout = " 2.1.3"
1616 }
1717
18- const val solve = " 1.3.5 "
18+ const val solve = " 1.3.6 "
1919
2020 const val material = " 1.5.0"
2121
You can’t perform that action at this time.
0 commit comments