Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/NativeScript/canvas
Browse files Browse the repository at this point in the history
  • Loading branch information
triniwiz committed Oct 31, 2021
2 parents 4db81c8 + a01dca1 commit 6a817cb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packages/canvas/platforms/android/include.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ allprojects {
}

dependencies {
implementation 'org.nativescript:canvas:1.0.0-alpha.10'
implementation 'org.nativescript:canvas:1.0.0-alpha.12'
implementation "androidx.multidex:multidex:2.0.1"
}

Expand Down
2 changes: 1 addition & 1 deletion packages/canvas/platforms/ios/Podfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
use_frameworks!
platform :ios, '11.0'
pod 'CanvasNative' , '~> 1.0.0.alpha.4'
pod 'CanvasNative' , '~> 1.0.0.alpha.11'
#pod 'CanvasNative', :path => "$(SRCROOT)/../../../../../"
#pod 'CanvasNative', :git => 'https://github.com/NativeScript/canvas.git', :tag => '1.0.0-alpha.2'

0 comments on commit 6a817cb

Please sign in to comment.