Skip to content
This repository was archived by the owner on Dec 14, 2023. It is now read-only.

Commit b4ec175

Browse files
committed
refresh application and bug fixed
1 parent 9a3dc4d commit b4ec175

47 files changed

Lines changed: 587 additions & 342 deletions

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.idea/codeStyles/codeStyleConfig.xml

Lines changed: 0 additions & 5 deletions
This file was deleted.

.idea/encodings.xml

Lines changed: 0 additions & 4 deletions
This file was deleted.

.idea/gradle.xml

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.idea/markdown-navigator.xml

Lines changed: 0 additions & 86 deletions
This file was deleted.

.idea/markdown-navigator/profiles_settings.xml

Lines changed: 0 additions & 3 deletions
This file was deleted.

.idea/misc.xml

Lines changed: 1 addition & 36 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.idea/render.experimental.xml

Lines changed: 0 additions & 6 deletions
This file was deleted.

.idea/vcs.xml

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

app/build.gradle

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
apply plugin: 'com.android.application'
22

33
android {
4-
compileSdkVersion 28
4+
compileSdkVersion 29
55
defaultConfig {
66
applicationId "com.RichardLuo.notificationpush"
77
minSdkVersion 21
8-
targetSdkVersion 28
9-
versionCode 24
10-
versionName "1.1.3(4)"
8+
targetSdkVersion 29
9+
versionCode 25
10+
versionName "1.1.4"
1111
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
1212
}
1313
buildTypes {
@@ -20,12 +20,13 @@ android {
2020
dependencies {
2121
implementation fileTree(include: ['*.jar'], dir: 'libs')
2222
implementation 'androidx.appcompat:appcompat:1.1.0'
23+
implementation 'com.google.android.material:material:1.2.0-alpha02'
2324
implementation 'androidx.preference:preference:1.1.0'
2425
implementation 'androidx.media:media:1.1.0'
2526
implementation 'androidx.legacy:legacy-support-v4:1.0.0'
2627
implementation 'androidx.constraintlayout:constraintlayout:1.1.3'
27-
implementation 'com.google.firebase:firebase-core:17.2.0'
28-
implementation 'com.google.firebase:firebase-messaging:20.0.0'
28+
implementation 'com.google.firebase:firebase-core:17.2.1'
29+
implementation 'com.google.firebase:firebase-messaging:20.0.1'
2930
testImplementation 'junit:junit:4.12'
3031
androidTestImplementation 'androidx.test:runner:1.2.0'
3132
androidTestImplementation 'androidx.test.espresso:espresso-core:3.2.0'

app/release/app-release.apk

663 KB
Binary file not shown.

0 commit comments

Comments
 (0)