Skip to content

Commit c31af05

Browse files
committed
Clean up stuff
1 parent 815d7ed commit c31af05

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

Android/MMEAndroid/app/build.gradle

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@ android {
1010
applicationId "com.lambdaforge.mmeandroid"
1111
minSdkVersion 16
1212
targetSdkVersion 29
13-
versionCode 4
14-
versionName "1.0.3"
13+
versionCode 5
14+
versionName "1.0.5"
1515
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
1616
}
1717
buildTypes {
@@ -38,9 +38,9 @@ dependencies {
3838
implementation fileTree(dir: 'libs', include: ['*.jar'])
3939
implementation"org.jetbrains.kotlin:kotlin-stdlib-jdk7:$kotlin_version"
4040
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'
4242
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'
4444
testImplementation 'junit:junit:4.13'
4545
androidTestImplementation 'androidx.test:runner:1.2.0'
4646
androidTestImplementation 'androidx.test.espresso:espresso-core:3.2.0'
-46.8 MB
Binary file not shown.

Android/MMEAndroid/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ buildscript {
88

99
}
1010
dependencies {
11-
classpath 'com.android.tools.build:gradle:4.0.1'
11+
classpath 'com.android.tools.build:gradle:4.0.0'
1212
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version"
1313
classpath 'com.google.gms:google-services:4.3.3'
1414
}

0 commit comments

Comments
 (0)