Skip to content

Commit

Permalink
update libraries and gradle config version
Browse files Browse the repository at this point in the history
  • Loading branch information
wbrunette committed Sep 16, 2019
1 parent 5162115 commit af6e70f
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ buildscript {
classpath 'com.android.tools.build:gradle:3.5.0'
classpath 'io.fabric.tools:gradle:1.31.0'
classpath 'org.jfrog.buildinfo:build-info-extractor-gradle:4.9.8'
classpath 'com.google.gms:google-services:4.3.1'
classpath 'com.google.gms:google-services:4.3.2'
}
}

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 = 133
gradle.ext.gradleConfigVersion = 134

if ( !gradle.ext.has('workspacePath') ) {
def env = System.getProperties();
Expand Down
8 changes: 4 additions & 4 deletions tables_app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -124,12 +124,12 @@ dependencies {
implementation fileTree(include: '*.jar', dir: 'libs')
implementation 'androidx.annotation:annotation:1.1.0'
implementation 'androidx.legacy:legacy-support-v4:1.0.0'
implementation 'androidx.fragment:fragment:1.0.0'
implementation 'androidx.preference:preference:1.0.0'
implementation 'androidx.appcompat:appcompat:1.0.2'
implementation 'androidx.fragment:fragment:1.1.0'
implementation 'androidx.preference:preference:1.1.0'
implementation 'androidx.appcompat:appcompat:1.1.0'
implementation 'androidx.recyclerview:recyclerview:1.0.0'
implementation 'com.github.wbrunette:ProgressWheel:3.4'
implementation 'com.google.firebase:firebase-core:17.1.0'
implementation 'com.google.firebase:firebase-core:17.2.0'
implementation ('com.crashlytics.sdk.android:crashlytics:2.10.1@aar') {
transitive =true;
}
Expand Down

0 comments on commit af6e70f

Please sign in to comment.