Skip to content

Commit 942d1d2

Browse files
committed
version 7.1.1
1 parent 24f806b commit 942d1d2

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,5 +43,5 @@ allprojects {
4343

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

sample/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ dependencies {
3333
implementation 'androidx.appcompat:appcompat:1.2.0'
3434
implementation 'com.google.android.material:material:1.2.1'
3535
implementation 'androidx.constraintlayout:constraintlayout:2.0.1'
36-
implementation 'com.github.improve-ai:android-sdk:feature~jitpack_dist-SNAPSHOT'
36+
implementation 'com.github.improve-ai:android-sdk:master-SNAPSHOT'
3737
// implementation 'com.github.improve-ai:android-sdk:07bf734'
3838
// implementation project(path: ':improveai-android')
3939
testImplementation 'junit:junit:4.+'

0 commit comments

Comments
 (0)