Skip to content

Commit c089aa8

Browse files
committed
Merge branch 'dev'
2 parents 35a392f + b58ccbd commit c089aa8

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

56 files changed

+3184
-1514
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ allprojects {
2121
Add the dependency in your app/build.gradle file
2222
```gradle
2323
dependencies {
24-
implementation 'com.github.improve-ai:android-sdk:7.1.3'
24+
implementation 'com.github.improve-ai:android-sdk:7.2.0'
2525
}
2626
```
2727

build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ buildscript {
1515
}
1616
}
1717
dependencies {
18-
classpath 'com.android.tools.build:gradle:4.0.1'
18+
classpath 'com.android.tools.build:gradle:7.1.0'
1919
classpath 'com.diffplug.spotless:spotless-plugin-gradle:3.29.0'
2020
classpath "de.mannodermaus.gradle.plugins:android-junit5:1.3.2.0"
2121
}
@@ -43,5 +43,5 @@ allprojects {
4343

4444
ext {
4545
pomGroupID = 'ai.improve'
46-
sdkVersion = '7.1.3'
46+
sdkVersion = '7.2.0'
4747
}

docs/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ allprojects {
2121
Add the dependency in your app/build.gradle file
2222
```gradle
2323
dependencies {
24-
implementation 'com.github.improve-ai:android-sdk:7.1.3'
24+
implementation 'com.github.improve-ai:android-sdk:7.2.0'
2525
}
2626
```
2727

0 commit comments

Comments
 (0)