We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ba517dd commit 6a247e5Copy full SHA for 6a247e5
2 files changed
android/build.gradle
@@ -16,11 +16,11 @@ buildscript {
16
apply plugin: 'com.android.library'
17
18
android {
19
- compileSdkVersion 28
20
- buildToolsVersion "28.0.3"
+ compileSdkVersion 33
+ buildToolsVersion "33.0.0"
21
defaultConfig {
22
- minSdkVersion 17
23
- targetSdkVersion 28
+ minSdkVersion 21
+ targetSdkVersion 33
24
versionCode 2
25
versionName "1.1"
26
}
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "@yocdev/react-native-notification",
3
- "version": "1.1.1",
+ "version": "1.1.2",
4
"author": "npm@youchai.me",
5
"license": "MIT",
6
"description": "react-native notification",
0 commit comments