Skip to content

Commit

Permalink
Merge pull request #219 from ICTASL/development
Browse files Browse the repository at this point in the history
Development
  • Loading branch information
sachinPramodya authored Nov 23, 2020
2 parents 0309a45 + 027b9e4 commit 18d9b42
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions android/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ apply plugin: 'kotlin-kapt'
apply plugin: 'kotlin-android-extensions'

// Apply the Crashlytics Gradle plugin
apply plugin: 'com.google.firebase.crashlytics'
// apply plugin: 'com.google.firebase.crashlytics'

def keystoreProperties = new Properties()
def keystorePropertiesFile = rootProject.file('key.properties')
Expand All @@ -57,6 +57,8 @@ android {
versionCode flutterVersionCode.toInteger()
versionName flutterVersionName
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"


}

signingConfigs {
Expand Down Expand Up @@ -96,8 +98,8 @@ dependencies {
implementation "androidx.room:room-ktx:$room_version"

// Add the Firebase SDK for Crashlytics.
implementation 'com.google.firebase:firebase-crashlytics:17+'
implementation 'com.google.firebase:firebase-messaging:20.1.6'
// implementation 'com.google.firebase:firebase-crashlytics:17+'
// implementation 'com.google.firebase:firebase-messaging:20.1.6'



Expand Down

0 comments on commit 18d9b42

Please sign in to comment.