Skip to content

Commit

Permalink
♻️ SDK4 branch merge cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
andretortolano committed Sep 17, 2024
1 parent 25237bf commit b62f2d3
Show file tree
Hide file tree
Showing 5 changed files with 13 additions and 13 deletions.
2 changes: 1 addition & 1 deletion android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -47,5 +47,5 @@ android {
}

dependencies {
api 'com.appcues:appcues:4.0.0-beta01'
api 'com.appcues:appcues:4.0.0'
}
2 changes: 1 addition & 1 deletion example/ios/Podfile
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ end
NSE = 'AppcuesNotificationServiceExtension'
target NSE do
use_frameworks!
pod 'AppcuesNotificationService', '4.0.0-beta.1'
pod 'AppcuesNotificationService', '4.0.0'
end

post_install do |installer|
Expand Down
18 changes: 9 additions & 9 deletions example/ios/Podfile.lock
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
PODS:
- Appcues (4.0.0-beta.1)
- appcues_flutter (3.3.0):
- Appcues (~> 4.0.0-beta.1)
- Appcues (4.0.0)
- appcues_flutter (4.0.0-beta.1):
- Appcues (~> 4.0.0)
- Flutter
- AppcuesNotificationService (4.0.0-beta.1)
- AppcuesNotificationService (4.0.0)
- Flutter (1.0.0)

DEPENDENCIES:
- appcues_flutter (from `.symlinks/plugins/appcues_flutter/ios`)
- AppcuesNotificationService (= 4.0.0-beta.1)
- AppcuesNotificationService (= 4.0.0)
- Flutter (from `Flutter`)

SPEC REPOS:
Expand All @@ -23,11 +23,11 @@ EXTERNAL SOURCES:
:path: Flutter

SPEC CHECKSUMS:
Appcues: 8c6a311ab9414c7ac1a19b83966af9b2d12704a5
appcues_flutter: c2925e0686ff0b8bdbdfa6a68a5f3b82fe345012
AppcuesNotificationService: 0748703abde7a70c17f6241c8940e49492e30407
Appcues: caa6e170fbc97c2bd138d30337fa57b13354af6f
appcues_flutter: 24528bdc60ab9c4e31be862eff0e9e2c45e30d00
AppcuesNotificationService: 472be2ad9c0578c4ad986c949bc611c021f7f90c
Flutter: e0871f40cf51350855a761d2e70bf5af5b9b5de7

PODFILE CHECKSUM: 54a6f12b7886cc1c8b5fafa37734886a63ab89d5
PODFILE CHECKSUM: 8e4378d67a98983045e846d3424cbd51b439d2e0

COCOAPODS: 1.15.2
2 changes: 1 addition & 1 deletion example/pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ packages:
path: ".."
relative: true
source: path
version: "3.3.0"
version: "4.0.0-beta.1"
async:
dependency: transitive
description:
Expand Down
2 changes: 1 addition & 1 deletion ios/appcues_flutter.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ A plugin package for sending user properties and events to the Appcues API and r
s.source = { :path => '.' }
s.source_files = 'Classes/**/*'
s.dependency 'Flutter'
s.dependency 'Appcues', '~> 4.0.0-beta.1'
s.dependency 'Appcues', '~> 4.0.0'
s.platform = :ios, '11.0'

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

0 comments on commit b62f2d3

Please sign in to comment.