bumped up version name, code and google gms plugin

This commit is contained in:
Xinto 2020-09-30 21:07:49 +04:00
parent e8b16a7cf8
commit d81a68a7e9
2 changed files with 3 additions and 3 deletions

View File

@ -20,8 +20,8 @@ android {
applicationId "com.vanced.manager"
minSdkVersion 21
targetSdkVersion 30
versionCode 13
versionName "1.3.0 (Arcturus)"
versionCode 131
versionName "1.3.1 (Arcturus)"
vectorDrawables.useSupportLibrary = true

View File

@ -10,7 +10,7 @@ buildscript {
dependencies {
classpath 'com.android.tools.build:gradle:4.1.0-rc03'
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'
classpath 'com.google.firebase:firebase-crashlytics-gradle:2.3.0'
classpath 'androidx.navigation:navigation-safe-args-gradle-plugin:2.3.0'