Skip to content

Commit b499e1b

Browse files
committed
chore: bump okhttp
1 parent ef28823 commit b499e1b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

packages/canvas-polyfill/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@nativescript/canvas-polyfill",
3-
"version": "1.0.0-alpha23",
3+
"version": "1.0.0-alpha24",
44
"description": "Polyfill for making NativeScript compatible with web libs like pixi.js, three.js, phaser.js, babylon.js, etc....",
55
"main": "index",
66
"typings": "index.d.ts",

packages/canvas-polyfill/platforms/android/include.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ android {
99
dependencies {
1010
def androidxVersion = project.hasProperty("androidxVersion") ? project.androidxVersion : "1.0.0"
1111
implementation 'com.squareup.okio:okio:2.4.2'
12-
implementation 'com.squareup.okhttp3:okhttp:3.14.2'
12+
implementation 'com.squareup.okhttp3:okhttp:3.14.9'
1313
implementation "androidx.annotation:annotation:$androidxVersion"
1414
implementation 'org.jetbrains.kotlinx:kotlinx-coroutines-core:1.4.2'
1515
}

0 commit comments

Comments
 (0)