We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2ed0516 commit 13a614fCopy full SHA for 13a614f
2 files changed
android/build.gradle
@@ -122,7 +122,6 @@ def kotlin_version = getExtOrDefault('kotlin_version')
122
dependencies {
123
// noinspection GradleDynamicVersion
124
api 'com.facebook.react:react-native:+'
125
- api project(':padlet_rn-foundation')
126
implementation "org.jetbrains.kotlin:kotlin-stdlib:$kotlin_version"
127
implementation project(path: ':react-native-webview')
128
testImplementation 'org.junit.jupiter:junit-jupiter:5.6.2'
package.json
@@ -1,7 +1,7 @@
1
{
2
"name": "react-native-draw-canvas",
3
"title": "React Native Draw Canvas",
4
- "version": "1.2.1",
+ "version": "1.2.2",
5
"description": "Cross platform native draw canvas for both iOS and Android",
6
"main": "index.js",
7
"scripts": {
0 commit comments