Skip to content

Commit c9ed5c6

Browse files
authored
upgrade xiaomi push to 5.9.9 (#240)
1 parent 4fbee96 commit c9ed5c6

File tree

3 files changed

+2
-2
lines changed

3 files changed

+2
-2
lines changed

android-sdk/mixpush-xiaomi/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ android {
55
buildToolsVersion "28.0.3"
66

77
defaultConfig {
8-
minSdkVersion 17
8+
minSdkVersion 19
99
targetSdkVersion 26
1010
versionCode 1
1111
versionName "1.0"
@@ -60,7 +60,7 @@ android.libraryVariants.all { variant ->
6060
}
6161

6262
dependencies {
63-
implementation fileTree(dir: 'libs', include: ['*.jar'])
63+
implementation fileTree(dir: 'libs', include: ['*.aar'])
6464

6565
implementation project(':realtime-android')
6666
implementation project(':storage-android')
-728 KB
Binary file not shown.
Binary file not shown.

0 commit comments

Comments
 (0)