File tree 2 files changed +4
-4
lines changed
2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -10,8 +10,8 @@ android {
10
10
applicationId " com.lambdaforge.mmeandroid"
11
11
minSdkVersion 16
12
12
targetSdkVersion 29
13
- versionCode 5
14
- versionName " 1.0.5 "
13
+ versionCode 6
14
+ versionName " 1.0.6 "
15
15
testInstrumentationRunner " androidx.test.runner.AndroidJUnitRunner"
16
16
}
17
17
buildTypes {
@@ -37,10 +37,10 @@ android {
37
37
dependencies {
38
38
implementation fileTree(dir : ' libs' , include : [' *.jar' ])
39
39
implementation" org.jetbrains.kotlin:kotlin-stdlib-jdk7:$kotlin_version "
40
- implementation ' androidx.appcompat:appcompat:1.1 .0'
40
+ implementation ' androidx.appcompat:appcompat:1.2 .0'
41
41
implementation ' androidx.core:core-ktx:1.3.1'
42
42
implementation ' androidx.constraintlayout:constraintlayout:1.1.3'
43
- implementation ' com.google.firebase:firebase-analytics:17.4.4 '
43
+ implementation ' com.google.firebase:firebase-analytics:17.5.0 '
44
44
testImplementation ' junit:junit:4.13'
45
45
androidTestImplementation ' androidx.test:runner:1.2.0'
46
46
androidTestImplementation ' androidx.test.espresso:espresso-core:3.2.0'
You can’t perform that action at this time.
0 commit comments