Skip to content

Commit

Permalink
Upgrade native SDK versions to 1.3.10
Browse files Browse the repository at this point in the history
  • Loading branch information
tekinalper committed Jun 11, 2024
1 parent 54c1054 commit 55819bb
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -35,5 +35,5 @@ android {
}
}
dependencies {
implementation 'io.refiner:refiner:1.3.6'
implementation 'io.refiner:refiner:1.3.10'
}
4 changes: 2 additions & 2 deletions ios/refiner_flutter.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
#
Pod::Spec.new do |s|
s.name = 'refiner_flutter'
s.version = '0.0.1'
s.version = '1.3.10'
s.summary = 'Official Flutter wrapper for the Refiner.io Mobile SDK'
s.description = <<-DESC
Official Flutter wrapper for the Refiner.io Mobile SDK
Expand All @@ -15,7 +15,7 @@ Official Flutter wrapper for the Refiner.io Mobile SDK
s.source = { :path => '.' }
s.source_files = 'Classes/**/*'
s.dependency 'Flutter'
s.dependency 'RefinerSDK', "~> 1.3.4"
s.dependency 'RefinerSDK', "~> 1.3.10"
s.platform = :ios, '9.0'

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

0 comments on commit 55819bb

Please sign in to comment.