File tree Expand file tree Collapse file tree 1 file changed +3
-8
lines changed Expand file tree Collapse file tree 1 file changed +3
-8
lines changed Original file line number Diff line number Diff line change 1
1
apply plugin : ' com.android.application'
2
- apply plugin : ' com.google.firebase.firebase-perf'
3
- apply plugin : ' io.fabric'
4
2
5
3
android {
6
4
compileSdkVersion 28
@@ -9,8 +7,8 @@ android {
9
7
applicationId " vukan.com.pop_up_balloon"
10
8
minSdkVersion 19
11
9
targetSdkVersion 28
12
- versionCode 4
13
- versionName " 2.1 "
10
+ versionCode 5
11
+ versionName " 2.2 "
14
12
}
15
13
buildTypes {
16
14
release {
@@ -29,13 +27,10 @@ dependencies {
29
27
implementation fileTree(include : [' *.jar' ], dir : ' libs' )
30
28
implementation ' androidx.appcompat:appcompat:1.0.0'
31
29
implementation ' com.google.firebase:firebase-core:16.0.3'
32
- implementation ' com.google.firebase:firebase-messaging:17.3.2'
33
- implementation ' com.google.firebase:firebase-perf:16.1.0'
34
30
implementation ' com.google.firebase:firebase-invites:16.0.3'
35
31
implementation ' com.google.firebase:firebase-dynamic-links:16.1.1'
36
- implementation ' com.crashlytics.sdk.android:crashlytics:2.9.5'
37
32
implementation ' com.google.android.gms:play-services-games:15.0.1'
38
33
implementation ' com.google.android.gms:play-services-auth:16.0.0'
39
34
}
40
35
41
- apply plugin : ' com.google.gms.google-services'
36
+ apply plugin : ' com.google.gms.google-services'
You can’t perform that action at this time.
0 commit comments