Skip to content

Commit

Permalink
prepare for pre-release version
Browse files Browse the repository at this point in the history
  • Loading branch information
wbrunette committed Oct 18, 2021
1 parent ffd67e3 commit 3af115b
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 3af115b

Please sign in to comment.