Skip to content

Commit

Permalink
fix: ios and android sdk version update
Browse files Browse the repository at this point in the history
  • Loading branch information
ami-aman committed Dec 1, 2022
1 parent f0419bd commit 28e9ad3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion android/gradle.properties
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
customerio.reactnative.kotlinVersion=1.5.31
customerio.reactnative.compileSdkVersion=30
customerio.reactnative.targetSdkVersion=30
customerio.reactnative.cioSDKVersionAndroid=3.2.0-alpha.1
customerio.reactnative.cioSDKVersionAndroid=3.2.0-alpha.2
4 changes: 2 additions & 2 deletions customerio-reactnative.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,6 @@ Pod::Spec.new do |s|
s.source_files = "ios/**/*.{h,m,mm,swift}"

s.dependency "React-Core"
s.dependency "CustomerIOTracking", '~> 1.2.6'
s.dependency "CustomerIOMessagingInApp", '~> 1.2.6'
s.dependency "CustomerIOTracking", '~> 2.0.0-alpha.1'
s.dependency "CustomerIOMessagingInApp", '~> 2.0.0-alpha.1'
end

0 comments on commit 28e9ad3

Please sign in to comment.