Skip to content

Commit b7d1f30

Browse files
authored
Merge pull request #2943 from GetStream/develop
Next Release
2 parents 794d4cb + 621da62 commit b7d1f30

File tree

11 files changed

+914
-980
lines changed

11 files changed

+914
-980
lines changed

examples/SampleApp/Gemfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ ruby ">= 2.6.10"
77
gem 'cocoapods', '>= 1.13', '!= 1.15.0', '!= 1.15.1'
88
gem 'activesupport', '>= 6.1.7.5', '!= 7.1.0'
99
gem 'xcodeproj', '< 1.26.0'
10+
gem 'concurrent-ruby', '< 1.3.4'
1011
gem 'fastlane'
1112
gem 'rubocop-performance'
1213
gem 'rubocop-require_tools'

examples/SampleApp/android/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ buildscript {
88
compileSdkVersion = 35
99
targetSdkVersion = 34
1010
ndkVersion = "26.1.10909125"
11-
kotlinVersion = "1.9.24"
11+
kotlinVersion = "1.9.25"
1212
androidXCore = "1.0.2"
1313
}
1414
repositories {

0 commit comments

Comments
 (0)