Skip to content

Commit 7938368

Browse files
committed
version update
1 parent e6dac48 commit 7938368

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ repositories {
2121
// add the dependency to the app's build.gradle
2222
dependencies {
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
4141
dependencies {
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

buildSrc/src/main/java/Versions.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)