Skip to content

Commit

Permalink
Merge pull request #46 from argyle-systems/release-1.9.1
Browse files Browse the repository at this point in the history
1.9.1
  • Loading branch information
zilvinas-argyle authored Nov 12, 2024
2 parents 5506422 + 926fbcb commit f648261
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -49,5 +49,5 @@ android {

dependencies {
implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk7:$kotlin_version"
implementation 'com.argyle:argyle-link-android:5.10.0'
implementation 'com.argyle:argyle-link-android:5.10.1'
}
8 changes: 4 additions & 4 deletions example/ios/Podfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PODS:
- Argyle (5.10.0)
- Argyle (5.10.1)
- argyle_link_flutter (0.0.1):
- Argyle (= 5.10.0)
- Argyle (= 5.10.1)
- Flutter
- Flutter (1.0.0)

Expand All @@ -20,8 +20,8 @@ EXTERNAL SOURCES:
:path: Flutter

SPEC CHECKSUMS:
Argyle: 188b56666f40a87de7693784e434d0495cae9517
argyle_link_flutter: 0e9490e13749c4e56440646007f1b00952b7de3b
Argyle: 730fca9b08d342e62c194baacfbbced2e6680b52
argyle_link_flutter: c6e69aaa1fef9e57fcfb35a2920660f3bb203e11
Flutter: e0871f40cf51350855a761d2e70bf5af5b9b5de7

PODFILE CHECKSUM: 775997f741c536251164e3eacf6e34abf2eb7a17
Expand Down
2 changes: 1 addition & 1 deletion ios/argyle_link_flutter.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -21,5 +21,5 @@ A new flutter plugin project.
s.pod_target_xcconfig = { 'DEFINES_MODULE' => 'YES', 'EXCLUDED_ARCHS[sdk=iphonesimulator*]' => 'i386' }
s.swift_version = '5.0'

s.dependency 'Argyle', '5.10.0'
s.dependency 'Argyle', '5.10.1'
end

0 comments on commit f648261

Please sign in to comment.