Skip to content

Commit 0a7b94a

Browse files
authored
Merge pull request #56 from maniac-tech/version-6.1
Version 6.1
2 parents d1e03eb + 69c8817 commit 0a7b94a

File tree

5 files changed

+1169
-1084
lines changed

5 files changed

+1169
-1084
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ You may refer to this sample application for how to use the library: [GitHub Rep
3838
Ensure your app has `READ_SMS`, and `RECEIVE_SMS`, failing which you'll receive error on calling the function
3939

4040
## Support
41-
Tested on Expo SDK v44, v45 & v47, v48, v49 and Node JS v16
41+
Tested on Expo SDK v44, v45 & v47, v48, v49, v50 and Node JS v18
4242

4343
## License
4444
MIT

android/build.gradle

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -14,12 +14,11 @@ buildscript {
1414
apply plugin: 'com.android.library'
1515

1616
android {
17-
buildToolsVersion "33.0.0"
1817
namespace "com.reactlibrary"
1918
defaultConfig {
20-
compileSdk 33
21-
minSdkVersion 33
22-
targetSdkVersion 33
19+
compileSdk 34
20+
minSdkVersion 34
21+
targetSdkVersion 34
2322
versionCode 1
2423
versionName "1.0"
2524
}
@@ -34,7 +33,7 @@ repositories {
3433
}
3534

3635
dependencies {
37-
implementation 'com.facebook.react:react-native:0.72.10'
36+
implementation 'com.facebook.react:react-native:0.73.6'
3837
implementation 'androidx.legacy:legacy-support-v4:1.0.0'
3938
}
4039

android/src/main/AndroidManifest.xml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11

22
<manifest xmlns:android="http://schemas.android.com/apk/res/android">
3-
<uses-sdk android:minSdkVersion="33" />
43
<uses-permission android:name="android.permission.READ_SMS" />
54
<uses-permission android:name="android.permission.RECEIVE_SMS" />
65
</manifest>

0 commit comments

Comments
 (0)