Skip to content

Commit 13a614f

Browse files
Release version 1.2.2 (#20)
Co-authored-by: Mai Anh Vũ <[email protected]>
1 parent 2ed0516 commit 13a614f

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

android/build.gradle

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,6 @@ def kotlin_version = getExtOrDefault('kotlin_version')
122122
dependencies {
123123
// noinspection GradleDynamicVersion
124124
api 'com.facebook.react:react-native:+'
125-
api project(':padlet_rn-foundation')
126125
implementation "org.jetbrains.kotlin:kotlin-stdlib:$kotlin_version"
127126
implementation project(path: ':react-native-webview')
128127
testImplementation 'org.junit.jupiter:junit-jupiter:5.6.2'

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "react-native-draw-canvas",
33
"title": "React Native Draw Canvas",
4-
"version": "1.2.1",
4+
"version": "1.2.2",
55
"description": "Cross platform native draw canvas for both iOS and Android",
66
"main": "index.js",
77
"scripts": {

0 commit comments

Comments
 (0)