File tree Expand file tree Collapse file tree 2 files changed +1
-2
lines changed Expand file tree Collapse file tree 2 files changed +1
-2
lines changed Original file line number Diff line number Diff line change @@ -122,7 +122,6 @@ def kotlin_version = getExtOrDefault('kotlin_version')
122
122
dependencies {
123
123
// noinspection GradleDynamicVersion
124
124
api ' com.facebook.react:react-native:+'
125
- api project(' :padlet_rn-foundation' )
126
125
implementation " org.jetbrains.kotlin:kotlin-stdlib:$kotlin_version "
127
126
implementation project(path : ' :react-native-webview' )
128
127
testImplementation ' org.junit.jupiter:junit-jupiter:5.6.2'
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " react-native-draw-canvas" ,
3
3
"title" : " React Native Draw Canvas" ,
4
- "version" : " 1.2.1 " ,
4
+ "version" : " 1.2.2 " ,
5
5
"description" : " Cross platform native draw canvas for both iOS and Android" ,
6
6
"main" : " index.js" ,
7
7
"scripts" : {
You can’t perform that action at this time.
0 commit comments