Skip to content

Commit

Permalink
Kommunicate Release 2.10.1
Browse files Browse the repository at this point in the history
Integrated SDK Console in kommunicate module
  • Loading branch information
prateek-kommunicate authored Sep 24, 2024
2 parents e21a215 + aa3f989 commit 97b35c0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions kommunicate/.gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,4 @@
/.gradle
/.idea
/gradle
/src/main/resources/META-INF/io/kommunicate/sdk/kommunicate/verification.properties
2 changes: 1 addition & 1 deletion kommunicate/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ android {
minSdkVersion 17
targetSdkVersion 34
versionCode 1
versionName "2.10.0"
versionName "2.10.1"
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
buildConfigField "String", "CHAT_SERVER_URL", '"https://chat.kommunicate.io"'
buildConfigField "String", "API_SERVER_URL", '"https://api.kommunicate.io"'
Expand Down

0 comments on commit 97b35c0

Please sign in to comment.