Skip to content

Commit

Permalink
fix: update to latest iOS and Android SDKs with long session fixes (#144
Browse files Browse the repository at this point in the history
)
  • Loading branch information
justin-fiedler authored Jun 1, 2023
1 parent 86202ec commit 562ff35
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,6 @@ android {
}
dependencies {
implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk7:$kotlin_version"
implementation "com.amplitude:android-sdk:2.38.3"
implementation "com.amplitude:android-sdk:2.39.4"
implementation "com.squareup.okhttp3:okhttp:4.2.2"
}
4 changes: 2 additions & 2 deletions example/ios/Podfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PODS:
- Amplitude (8.14.0)
- Amplitude (8.16.1)
- amplitude_flutter (0.0.1):
- Amplitude (= 8.14.0)
- Amplitude (= 8.16.1)
- Flutter
- Flutter (1.0.0)

Expand Down
2 changes: 1 addition & 1 deletion ios/amplitude_flutter.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ Pod::Spec.new do |s|
s.source_files = 'Classes/**/*'
s.public_header_files = 'Classes/**/*.h'
s.dependency 'Flutter'
s.dependency 'Amplitude', '8.14.0'
s.dependency 'Amplitude', '8.16.1'

s.ios.deployment_target = '10.0'
end
Expand Down

0 comments on commit 562ff35

Please sign in to comment.