This repository was archived by the owner on Sep 28, 2024. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +7
-7
lines changed
Expand file tree Collapse file tree 2 files changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ apply plugin: 'kotlin-android-extensions'
66
77def versionMajor = 1
88def versionMinor = 3
9- def versionPatch = 1
9+ def versionPatch = 2
1010def versionBuild = 0
1111
1212android {
@@ -52,9 +52,9 @@ dependencies {
5252 implementation ' com.google.firebase:firebase-core:16.0.7'
5353 implementation ' com.google.firebase:firebase-analytics:16.3.0'
5454 implementation ' com.google.firebase:firebase-auth:16.1.0'
55- implementation ' com.google.firebase:firebase-database:16.0.6 '
56- implementation ' com.google.firebase:firebase-storage:16.0.5 '
57- implementation ' com.google.firebase:firebase-messaging:17.3.4 '
55+ implementation ' com.google.firebase:firebase-database:16.1.0 '
56+ implementation ' com.google.firebase:firebase-storage:16.1.0 '
57+ implementation ' com.google.firebase:firebase-messaging:17.4.0 '
5858 implementation ' com.jakewharton.byteunits:byteunits:0.9.1'
5959 implementation ' com.github.bumptech.glide:glide:4.9.0'
6060
Original file line number Diff line number Diff line change 22apply plugin : " com.github.ben-manes.versions"
33
44buildscript {
5- ext. kotlin_version = ' 1.3.20 '
5+ ext. kotlin_version = ' 1.3.21 '
66 repositories {
77 google()
88 jcenter()
99 }
1010 dependencies {
11- classpath ' com.android.tools.build:gradle:3.3.0 '
11+ classpath ' com.android.tools.build:gradle:3.3.1 '
1212 classpath " org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version "
1313 classpath ' com.google.gms:google-services:4.2.0'
14- classpath ' com.github.ben-manes:gradle-versions-plugin:0.20 .0'
14+ classpath ' com.github.ben-manes:gradle-versions-plugin:0.21 .0'
1515 }
1616}
1717
You can’t perform that action at this time.
0 commit comments