File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 11buildscript {
22 ext {
33 // App version
4- versionName = ' 1.9.13 '
5- versionCode = 45
4+ versionName = ' 1.9.14 '
5+ versionCode = 46
66
77 // SDK and tools
88 compileSdkVersion = 31
99 minSdkVersion = 24
1010 targetSdkVersion = 31
1111
12- kotlinVersion = ' 1.4.31 '
12+ kotlinVersion = ' 1.6.10 '
1313
1414 ktlintPinterestVersion = ' 0.40.0'
1515
@@ -145,7 +145,7 @@ buildscript {
145145 maven { url " https://plugins.gradle.org/m2/" }
146146 }
147147 dependencies {
148- classpath ' com.android.tools.build:gradle:7.0.3 '
148+ classpath ' com.android.tools.build:gradle:7.0.4 '
149149 classpath " org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlinVersion "
150150 classpath ' com.google.gms:google-services:4.3.10'
151151 classpath " com.google.firebase:firebase-appdistribution-gradle:$firebaseAppDistrVersion "
You can’t perform that action at this time.
0 commit comments