File tree Expand file tree Collapse file tree 5 files changed +6
-6
lines changed
src-native/canvas-android Expand file tree Collapse file tree 5 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ Pod::Spec.new do |s|
2
2
3
3
s . name = "CanvasNative"
4
4
5
- s . version = "0.9.9 "
5
+ s . version = "0.9.10 "
6
6
7
7
s . summary = "A Canvas library"
8
8
Original file line number Diff line number Diff line change 1
1
dependencies {
2
- implementation ' com.github.triniwiz:canvas:0.9.9 '
2
+ implementation ' com.github.triniwiz:canvas:0.9.10 '
3
3
}
Original file line number Diff line number Diff line change 1
1
use_frameworks!
2
2
platform :ios , '11.0'
3
- pod 'CanvasNative' , '~> 0.9.9 '
3
+ pod 'CanvasNative' , '~> 0.9.10 '
4
4
#pod 'CanvasNative', :path => "$(SRCROOT)/../../../../../"
5
5
6
6
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ buildscript {
7
7
jcenter()
8
8
}
9
9
dependencies {
10
- classpath ' com.android.tools.build:gradle:4.1.1 '
10
+ classpath ' com.android.tools.build:gradle:4.1.2 '
11
11
classpath " org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version "
12
12
classpath ' com.jfrog.bintray.gradle:gradle-bintray-plugin:1.8.5'
13
13
// NOTE: Do not place your application dependencies here; they belong
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ apply plugin: 'maven-publish'
2
2
apply plugin : ' com.jfrog.bintray'
3
3
4
4
group ' com.github.triniwiz'
5
- version ' 0.9.9 '
5
+ version ' 0.9.10 '
6
6
7
7
afterEvaluate {
8
8
publishing {
@@ -15,7 +15,7 @@ afterEvaluate {
15
15
// You can then customize attributes of the publication as shown below.
16
16
groupId = ' com.github.triniwiz'
17
17
artifactId = ' canvas'
18
- version = ' 0.9.9 '
18
+ version = ' 0.9.10 '
19
19
}
20
20
}
21
21
}
You can’t perform that action at this time.
0 commit comments