Skip to content

Commit b49d85f

Browse files
committed
Update project version and libraries
1 parent 4ca3316 commit b49d85f

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

Android/MMEAndroid/app/build.gradle

+4-4
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 5
14-
versionName "1.0.5"
13+
versionCode 6
14+
versionName "1.0.6"
1515
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
1616
}
1717
buildTypes {
@@ -37,10 +37,10 @@ android {
3737
dependencies {
3838
implementation fileTree(dir: 'libs', include: ['*.jar'])
3939
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'
4141
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.4'
43+
implementation 'com.google.firebase:firebase-analytics:17.5.0'
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.6 MB
Binary file not shown.

0 commit comments

Comments
 (0)