Skip to content
This repository has been archived by the owner on Mar 1, 2024. It is now read-only.

Commit

Permalink
Merge pull request #1 from apptentive/updates/6.2.2
Browse files Browse the repository at this point in the history
Update for v6.2.2
  • Loading branch information
frankus authored Nov 17, 2023
2 parents 8696297 + c394d1a commit b062b87
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 6 deletions.
4 changes: 2 additions & 2 deletions .scripts/changes.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
- Apptentive Android SDK: 6.1.0
- Apptentive iOS SDK: 6.2.3
- Apptentive Android SDK: 6.5.0
- Apptentive iOS SDK: 6.5.0
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
# 2023-11-17 - v6.2.2

- Apptentive Android SDK: 6.5.0
- Apptentive iOS SDK: 6.5.0

# 2023-08-02 - v6.1.2

- Apptentive Android SDK: 6.1.0
Expand Down
2 changes: 1 addition & 1 deletion android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,6 @@ android {
}

dependencies {
implementation 'com.apptentive:apptentive-kit-android:6.1.0'
implementation 'com.apptentive:apptentive-kit-android:6.5.0'
testImplementation 'junit:junit:4.13.2'
}
4 changes: 2 additions & 2 deletions ios/apptentive_flutter.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = 'apptentive_flutter'
s.version = "6.1.2"
s.version = "6.2.2"
s.summary = 'Apptentive SDK for Flutter'
s.description = <<-DESC
Apptentive SDK for Flutter
Expand All @@ -12,7 +12,7 @@ Apptentive SDK for Flutter
s.source_files = 'Classes/**/*'
s.public_header_files = 'Classes/**/*.h'
s.dependency 'Flutter'
s.dependency 'ApptentiveKit', '~> 6.2.2'
s.dependency 'ApptentiveKit', '6.5.0'
s.platform = :ios, '11.0'

# Flutter.framework does not contain a i386 slice.
Expand Down
2 changes: 1 addition & 1 deletion lib/apptentive_flutter.dart
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ class ApptentiveConfiguration {
this.shouldEncryptStorage = false,
this.shouldSanitizeLogMessages = true,
this.distributionName = "Flutter",
this.distributionVersion = "6.1.2",
this.distributionVersion = "6.2.2",
this.ratingInteractionThrottleLength = 604800000, // 1 week
this.customAppStoreURL
});
Expand Down

0 comments on commit b062b87

Please sign in to comment.