Skip to content

Commit 7f39a3b

Browse files
authored
Merge pull request #50 from YadhuYk007/master
Android SDK and build.gradle update.
2 parents b0caa84 + b974e7e commit 7f39a3b

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

android/build.gradle

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -15,12 +15,12 @@ buildscript {
1515
}
1616

1717
android {
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

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
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": [

0 commit comments

Comments
 (0)