2.05 firebase remote config fetch#64
Open
joe-wojniak wants to merge 2 commits intoudacity:2.05-firebase-remote-config-fetchfrom
Open
2.05 firebase remote config fetch#64joe-wojniak wants to merge 2 commits intoudacity:2.05-firebase-remote-config-fetchfrom
joe-wojniak wants to merge 2 commits intoudacity:2.05-firebase-remote-config-fetchfrom
Conversation
updated deprecated methods in MainActivity.java as commented in the file.
top level build file versions:
dependencies {
classpath 'com.android.tools.build:gradle:3.4.1'
classpath 'com.google.gms:google-services:4.2.0'
app level build file:
targetSdkVersion 28
dependencies {
implementation fileTree(dir: 'libs', include: ['*.jar'])
testImplementation 'junit:junit:4.12'
implementation 'com.android.support:design:28.0.0'
implementation 'com.android.support:appcompat-v7:28.0.0'
// Displaying images
implementation 'com.github.bumptech.glide:glide:4.9.0'
// Firebase
implementation 'com.google.firebase:firebase-core:16.0.9'
implementation 'com.google.firebase:firebase-database:17.0.0'
implementation 'com.google.firebase:firebase-auth:17.0.0'
implementation 'com.google.firebase:firebase-storage:17.0.0'
implementation 'com.google.firebase:firebase-messaging:18.0.0'
implementation 'com.google.firebase:firebase-config:17.0.0'
// FirebaseUI
implementation 'com.firebaseui:firebase-ui-auth:4.3.1'
// Annotations
implementation 'com.android.support:support-annotations:28.0.0'
implementation 'com.intellij:annotations:12.0@jar'
}
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Updated deprecated code in MainActivity.java as commented (2019-06-08)
Updated gradle build files top level & app level:
top level:
dependencies {
classpath 'com.android.tools.build:gradle:3.4.1'
classpath 'com.google.gms:google-services:4.2.0'
app level: SDK Version 28
dependencies {
implementation fileTree(dir: 'libs', include: ['*.jar'])
testImplementation 'junit:junit:4.12'
}