Skip to content

Commit

Permalink
Merge branch 'develop' into feature/use-app-user-agent
Browse files Browse the repository at this point in the history
  • Loading branch information
aleksandar-apostolov authored Sep 30, 2024
2 parents 35e6c52 + 3f45333 commit 09616b9
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,11 @@ object Configuration {
const val minSdk = 24
const val majorVersion = 1
const val minorVersion = 0
const val patchVersion = 14
const val patchVersion = 15
const val versionName = "$majorVersion.$minorVersion.$patchVersion"
const val versionCode = 38
const val versionCode = 39
const val snapshotVersionName = "$majorVersion.$minorVersion.${patchVersion + 1}-SNAPSHOT"
const val artifactGroup = "io.getstream"
const val streamVideoCallGooglePlayVersion = "1.1.7"
const val streamVideoCallGooglePlayVersion = "1.1.8"
const val streamWebRtcVersionName = "1.1.1"
}

0 comments on commit 09616b9

Please sign in to comment.