Skip to content

Commit

Permalink
fix: updating gist dependency version
Browse files Browse the repository at this point in the history
  • Loading branch information
ami-aman committed Oct 7, 2022
1 parent 68bb113 commit 9f8ac3f
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
@@ -1,4 +1,4 @@
customerio.reactnative.kotlinVersion=1.5.31
customerio.reactnative.compileSdkVersion=30
customerio.reactnative.targetSdkVersion=30
customerio.reactnative.androidSDKVersion=3.0.0-alpha.2
customerio.reactnative.androidSDKVersion=3.0.0
4 changes: 2 additions & 2 deletions customerio-reactnative.podspec
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.0-alpha.4'
s.dependency "CustomerIOMessagingInApp", '~> 1.2.0-alpha.4'
s.dependency "CustomerIOTracking", '~> 1.2.0-beta.2'
s.dependency "CustomerIOMessagingInApp", '~> 1.2.0-beta.2'
end

0 comments on commit 9f8ac3f

Please sign in to comment.