Skip to content

Commit 6a247e5

Browse files
author
何家祥
committed
添加推送配置
1 parent ba517dd commit 6a247e5

2 files changed

Lines changed: 5 additions & 5 deletions

File tree

android/build.gradle

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,11 +16,11 @@ buildscript {
1616
apply plugin: 'com.android.library'
1717

1818
android {
19-
compileSdkVersion 28
20-
buildToolsVersion "28.0.3"
19+
compileSdkVersion 33
20+
buildToolsVersion "33.0.0"
2121
defaultConfig {
22-
minSdkVersion 17
23-
targetSdkVersion 28
22+
minSdkVersion 21
23+
targetSdkVersion 33
2424
versionCode 2
2525
versionName "1.1"
2626
}

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@yocdev/react-native-notification",
3-
"version": "1.1.1",
3+
"version": "1.1.2",
44
"author": "npm@youchai.me",
55
"license": "MIT",
66
"description": "react-native notification",

0 commit comments

Comments
 (0)