Skip to content

Commit edfc58d

Browse files
Update build.gradle
1 parent 92541dd commit edfc58d

File tree

1 file changed

+3
-8
lines changed

1 file changed

+3
-8
lines changed

app/build.gradle

Lines changed: 3 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,4 @@
11
apply plugin: 'com.android.application'
2-
apply plugin: 'com.google.firebase.firebase-perf'
3-
apply plugin: 'io.fabric'
42

53
android {
64
compileSdkVersion 28
@@ -9,8 +7,8 @@ android {
97
applicationId "vukan.com.pop_up_balloon"
108
minSdkVersion 19
119
targetSdkVersion 28
12-
versionCode 4
13-
versionName "2.1"
10+
versionCode 5
11+
versionName "2.2"
1412
}
1513
buildTypes {
1614
release {
@@ -29,13 +27,10 @@ dependencies {
2927
implementation fileTree(include: ['*.jar'], dir: 'libs')
3028
implementation 'androidx.appcompat:appcompat:1.0.0'
3129
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'
3430
implementation 'com.google.firebase:firebase-invites:16.0.3'
3531
implementation 'com.google.firebase:firebase-dynamic-links:16.1.1'
36-
implementation 'com.crashlytics.sdk.android:crashlytics:2.9.5'
3732
implementation 'com.google.android.gms:play-services-games:15.0.1'
3833
implementation 'com.google.android.gms:play-services-auth:16.0.0'
3934
}
4035

41-
apply plugin: 'com.google.gms.google-services'
36+
apply plugin: 'com.google.gms.google-services'

0 commit comments

Comments
 (0)