Skip to content

Commit afe9c0e

Browse files
Update Flutter plugin to 0.14.1
1 parent 6f778bd commit afe9c0e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

flutter/android/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ android {
5555

5656
dependencies {
5757
// SpruceKit Mobile SDK
58-
implementation("com.spruceid.mobile.sdk:mobilesdk:0.13.19")
58+
implementation("com.spruceid.mobile.sdk:mobilesdk:0.14.1")
5959
implementation("com.spruceid.mobile.sdk.rs:mobilesdkrs:0.11.0")
6060

6161
// Kotlin Coroutines

flutter/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: sprucekit_mobile
22
description: "Flutter plugin for SpruceKit Mobile SDK"
3-
version: 0.13.19
3+
version: 0.14.1
44
homepage: https://github.com/spruceid/sprucekit-mobile
55

66
environment:

0 commit comments

Comments
 (0)