Skip to content

Commit 1feb5a0

Browse files
committed
Release 1.12.0
1 parent 710bfb4 commit 1feb5a0

2 files changed

Lines changed: 6 additions & 6 deletions

File tree

app/build.gradle

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@ android {
1010
applicationId "org.itxtech.daedalus"
1111
minSdkVersion 15
1212
targetSdkVersion 27
13-
versionCode 15
14-
versionName "1.11.1"
13+
versionCode 16
14+
versionName "1.12.0"
1515

1616
buildConfigField "String", "BUILD_TIME", "\"${System.currentTimeMillis()}\""
1717
buildConfigField "String", "GIT_COMMIT", "\"${gitCommit}\""
@@ -51,8 +51,8 @@ dependencies {
5151
implementation 'com.google.code.gson:gson:2.8.5'
5252
implementation 'com.squareup.okhttp3:okhttp:3.10.0'
5353
//Analytics
54-
implementation 'com.google.firebase:firebase-core:15.0.2'
55-
implementation 'com.crashlytics.sdk.android:crashlytics:2.9.3'
54+
implementation 'com.google.firebase:firebase-core:16.0.1'
55+
implementation 'com.crashlytics.sdk.android:crashlytics:2.9.4'
5656
}
5757

5858
apply plugin: 'com.google.gms.google-services'

build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@ buildscript {
99
}
1010
}
1111
dependencies {
12-
classpath 'com.android.tools.build:gradle:3.1.2'
13-
classpath 'com.google.gms:google-services:3.3.1'
12+
classpath 'com.android.tools.build:gradle:3.1.3'
13+
classpath 'com.google.gms:google-services:4.0.1'
1414
classpath 'io.fabric.tools:gradle:1.25.1'
1515

1616
// NOTE: Do not place your application dependencies here; they belong

0 commit comments

Comments
 (0)