Skip to content

Commit

Permalink
[sc-139630][sc-138862]:Update to android 1.6.1 (#18)
Browse files Browse the repository at this point in the history
  • Loading branch information
chrissiewasabi authored Feb 12, 2025
1 parent de4e96f commit 8642d21
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@movable/cordova-sdk",
"version": "1.6.0",
"version": "1.6.1",
"description": "MovableInk Cordova SDK",
"types": "./types/index.d.ts",
"cordova": {
Expand Down
2 changes: 1 addition & 1 deletion src/android/app.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@ repositories {
}

dependencies {
implementation("com.movableink.sdk:inked:1.6.0")
implementation("com.movableink.sdk:inked:1.6.1")
implementation 'org.jetbrains.kotlin:kotlin-stdlib:1.6.20'
}

0 comments on commit 8642d21

Please sign in to comment.