Skip to content

Commit

Permalink
Merge pull request #215 from wbrunette/oct21
Browse files Browse the repository at this point in the history
prepare for pre-release version
  • Loading branch information
clarlars authored Oct 18, 2021
2 parents ffd67e3 + 3af115b commit b5ca918
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions services_app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -122,8 +122,8 @@ dependencies {
implementation 'androidx.preference:preference:1.1.1'
implementation 'androidx.fragment:fragment:1.3.6'
implementation 'com.google.android.material:material:1.4.0'
implementation 'com.google.firebase:firebase-analytics:19.0.1'
implementation 'com.google.firebase:firebase-crashlytics:18.2.1'
implementation 'com.google.firebase:firebase-analytics:19.0.2'
implementation 'com.google.firebase:firebase-crashlytics:18.2.3'

implementation 'androidx.lifecycle:lifecycle-extensions:2.2.0'

Expand Down
2 changes: 1 addition & 1 deletion settings.gradle
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
gradle.ext.gradleConfigVersion = 152
gradle.ext.gradleConfigVersion = 153

if (!gradle.ext.has('workspacePath')) {
logger.warn("rootDir: " + rootDir.getAbsolutePath());
Expand Down

0 comments on commit b5ca918

Please sign in to comment.