File tree Expand file tree Collapse file tree 2 files changed +7
-7
lines changed Expand file tree Collapse file tree 2 files changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -15,12 +15,12 @@ buildscript {
1515}
1616
1717android {
18- compileSdkVersion 23
19- buildToolsVersion " 23 .0.1 "
18+ compileSdkVersion 31
19+ buildToolsVersion " 31 .0.0 "
2020
2121 defaultConfig {
2222 minSdkVersion 16
23- targetSdkVersion 22
23+ targetSdkVersion 31
2424 versionCode 1
2525 versionName " 1.0"
2626 ndk {
@@ -29,8 +29,8 @@ android {
2929 }
3030}
3131
32- dependencies {
33- compile " com.facebook.react:react-native:+" // From node_modules
34- compile ' com.google.code.gson:gson:2.8.0'
32+ dependencies {
33+ implementation ( " com.facebook.react:react-native:+" ) // From node_modules
34+ implementation ( ' com.google.code.gson:gson:2.8.0' )
3535}
3636
Original file line number Diff line number Diff line change 11{
22 "name" : " react-native-upi-payment" ,
3- "version" : " 1.0.3 " ,
3+ "version" : " 1.0.4 " ,
44 "scripts" : {},
55 "main" : " index.js" ,
66 "keywords" : [
You can’t perform that action at this time.
0 commit comments