Skip to content

Commit

Permalink
5.6.0 (#101)
Browse files Browse the repository at this point in the history
* update READMEs

* bump dependencies
  • Loading branch information
Varnius authored Feb 14, 2024
1 parent a89fff8 commit ff191eb
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 30 deletions.
14 changes: 4 additions & 10 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,9 @@ If you are looking to update Argyle Link to the newest version, navigate to [upg

- The `minSdkVersion` need to be at least `26`
- Android 8.0 (API level 26)+
- Kotlin 1.7.10+
- Kotlin 1.8.0+
- Android Gradle Plugin 7.2+
- Gradle 7.2+
- Gradle 8.3+

**Important:** When using tools like Proguard to obfuscate your code, make sure to exclude Android Link SDK package (`com.argyle.*`) from the process, it may cause unexpected runtime issues otherwise. You can do this by adding this line to your `proguard-rules.pro:-keep class com.argyle. { *; }`

Expand Down Expand Up @@ -50,16 +50,10 @@ in case not the most recent version of Argyle pod was installed.

## 2. Configure and integrate Link

### 1. Access your Link API Key

1. Log into your [Console](https://console.argyle.com/api-keys) instance
2. Navigate to the [API Keys](https://console.argyle.com/api-keys) area under the Developer menu
3. Copy your Sandbox or Production Link API Key for use in the next steps

### 2. Utilize user tokens
### 1. Utilize user tokens

To prevent your API key and secret from being exposed on the front-end, [request user tokens on your server side](https://argyle.com/docs/link/user-tokens#creating-a-user-token).

### 3. Integrate Link
### 2. Integrate Link

For detailed guidance on how to integrate our SDK please review the [example app](example/src/LinkExample.tsx), and also check out our [Link SDK Documentation](https://argyle.com/docs/link/overview).
14 changes: 0 additions & 14 deletions android/README.md

This file was deleted.

2 changes: 1 addition & 1 deletion android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ repositories {
dependencies {
implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk7:${project.ext.kotlinVersion}"
implementation "com.facebook.react:react-native:${safeExtGet('reactnativeVersion', '+')}"
implementation 'com.argyle:argyle-link-android:5.5.2'
implementation 'com.argyle:argyle-link-android:5.6.0'
}

def configureReactNativePom(def pom) {
Expand Down
2 changes: 1 addition & 1 deletion argyle-plugin-react-native.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,6 @@ Pod::Spec.new do |s|
s.requires_arc = true

s.dependency "React"
s.dependency 'Argyle', '5.5.1'
s.dependency 'Argyle', '5.6.0'
end

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.5.1)
- Argyle (5.6.0)
- argyle-plugin-react-native (5.5.1):
- Argyle (= 5.5.1)
- Argyle (= 5.6.0)
- React
- boost (1.83.0)
- CocoaAsyncSocket (7.6.5)
Expand Down Expand Up @@ -1318,8 +1318,8 @@ EXTERNAL SOURCES:
:path: "../node_modules/react-native/ReactCommon/yoga"

SPEC CHECKSUMS:
Argyle: b4f9d45485f03438df628c9a5b98fe94d8bee8aa
argyle-plugin-react-native: ea6996c2af7d9e1d1a993a492ab710b2be26142c
Argyle: 73916bd6f7e1c1497952d544e48126c61b81ffb7
argyle-plugin-react-native: 95b00613092adfd212ea6070ca016672fa7c9c3b
boost: 26fad476bfa736552bbfa698a06cc530475c1505
CocoaAsyncSocket: 065fd1e645c7abab64f7a6a2007a48038fdc6a99
DoubleConversion: fea03f2699887d960129cc54bba7e52542b6f953
Expand Down

0 comments on commit ff191eb

Please sign in to comment.