Skip to content

Commit

Permalink
fix: bumped the native sdk versions to the latest
Browse files Browse the repository at this point in the history
  • Loading branch information
Desu Sai Venkat committed Aug 7, 2023
1 parent 956e84e commit 0c70262
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,6 @@ android {
}

dependencies {
implementation 'com.rudderstack.android.sdk:core:[1.14.0, 1.15.0)'
implementation 'com.rudderstack.android.sdk:core:[1.17.0, 2.0.0)'
implementation 'com.google.code.gson:gson:2.8.6'
}
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ RudderStack flutter SDK ios plugin project
s.source_files = 'Classes/**/*'
s.public_header_files = 'Classes/**/*.h'
s.dependency 'Flutter'
s.dependency "Rudder", "~> 1.8"
s.dependency "Rudder", "~> 1.17"
s.platform = :ios, '8.0'

# Flutter.framework does not contain a i386 slice.
Expand Down

0 comments on commit 0c70262

Please sign in to comment.