Skip to content

Commit

Permalink
Merge pull request #134 from crisp-im/beta
Browse files Browse the repository at this point in the history
Bump to 1.0.13
  • Loading branch information
baptistejamin authored Aug 24, 2022
2 parents 6ef93ba + 46263f9 commit d1d5083
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ buildscript {
mavenCentral()
}
dependencies {
classpath 'com.android.tools.build:gradle:7.2.1'
classpath 'com.android.tools.build:gradle:7.2.2'

// NOTE: Do not place your application dependencies here; they belong
// in the individual module build.gradle files
Expand Down
1 change: 1 addition & 0 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -17,3 +17,4 @@ org.gradle.jvmargs=-Xmx2048m -Dfile.encoding=UTF-8
android.useAndroidX=true
# Automatically convert third-party libraries to use AndroidX
android.enableJetifier=true
android.enableR8.fullMode=true
4 changes: 2 additions & 2 deletions sample/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@ android {
}

dependencies {
implementation 'androidx.appcompat:appcompat:1.4.2'
implementation 'androidx.appcompat:appcompat:1.5.0'
implementation 'androidx.multidex:multidex:2.0.1'

implementation 'im.crisp:crisp-sdk:1.0.12'
implementation 'im.crisp:crisp-sdk:1.0.13'
}

0 comments on commit d1d5083

Please sign in to comment.