Skip to content

Commit

Permalink
Merge pull request #524 from Kommunicate-io/release_2.9.10
Browse files Browse the repository at this point in the history
Release version increased to 2.9.10
  • Loading branch information
AbhijeetRanjan308 authored Jul 5, 2024
2 parents 169d33a + 71e33bd commit f2533d8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
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.9.9"
versionName "2.9.10"
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
2 changes: 1 addition & 1 deletion kommunicateui/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.9.9"
versionName "2.9.10"
consumerProguardFiles 'proguard-rules.txt'
vectorDrawables.useSupportLibrary = true
}
Expand Down

0 comments on commit f2533d8

Please sign in to comment.