File tree 4 files changed +5
-5
lines changed
4 files changed +5
-5
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 4
14
- versionName " 1.0.3 "
13
+ versionCode 5
14
+ versionName " 1.0.5 "
15
15
testInstrumentationRunner " androidx.test.runner.AndroidJUnitRunner"
16
16
}
17
17
buildTypes {
@@ -38,9 +38,9 @@ dependencies {
38
38
implementation fileTree(dir : ' libs' , include : [' *.jar' ])
39
39
implementation" org.jetbrains.kotlin:kotlin-stdlib-jdk7:$kotlin_version "
40
40
implementation ' androidx.appcompat:appcompat:1.1.0'
41
- implementation ' androidx.core:core-ktx:1.3.0 '
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.3 '
43
+ implementation ' com.google.firebase:firebase-analytics:17.4.4 '
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'
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ buildscript {
8
8
9
9
}
10
10
dependencies {
11
- classpath ' com.android.tools.build:gradle:4.0.1 '
11
+ classpath ' com.android.tools.build:gradle:4.0.0 '
12
12
classpath " org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version "
13
13
classpath ' com.google.gms:google-services:4.3.3'
14
14
}
File renamed without changes.
You can’t perform that action at this time.
0 commit comments