Finish v1.13.9(155)

This commit is contained in:
Giuseppe Scorrano 2020-10-05 13:00:05 +02:00
commit 36ed572100
2 changed files with 5 additions and 5 deletions

View File

@ -7,8 +7,8 @@ apply plugin: 'com.google.gms.google-services'
android {
def appVersionCode = 154
def appVersionName = '1.13.8'
def appVersionCode = 155
def appVersionName = '1.13.9'
signingConfigs {
release {

View File

@ -2,7 +2,7 @@
buildscript {
ext {
kotlin_version = '1.3.72'
kotlin_version = '1.4.10'
}
repositories {
@ -12,11 +12,11 @@ buildscript {
dependencies {
classpath 'com.android.tools.build:gradle:4.0.1'
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version"
classpath 'com.google.gms:google-services:4.3.3'
classpath 'com.google.gms:google-services:4.3.4'
classpath 'com.google.firebase:perf-plugin:1.3.1'
// Add the Firebase Crashlytics Gradle plugin.
classpath 'com.google.firebase:firebase-crashlytics-gradle:2.0.0-beta02'
classpath 'com.google.firebase:firebase-crashlytics-gradle:2.3.0'
// NOTE: Do not place your application dependencies here; they belong
// in the individual module build.gradle files