Skip to content

Commit

Permalink
Prepare release 1.3.1 (#1292)
Browse files Browse the repository at this point in the history
  • Loading branch information
aleksandar-apostolov authored Jan 23, 2025
1 parent 3f6c56b commit 3172496
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 = 3
const val patchVersion = 0
const val patchVersion = 1
const val versionName = "$majorVersion.$minorVersion.$patchVersion"
const val versionCode = 46
const val versionCode = 47
const val snapshotVersionName = "$majorVersion.$minorVersion.${patchVersion + 1}-SNAPSHOT"
const val artifactGroup = "io.getstream"
const val streamVideoCallGooglePlayVersion = "1.3.0"
const val streamVideoCallGooglePlayVersion = "1.3.1"
const val streamWebRtcVersionName = "1.3.6"
}

0 comments on commit 3172496

Please sign in to comment.