Skip to content

Commit e8833c5

Browse files
authored
Merge pull request #727 from AppDevNext/com.google.firebase-firebase-bom-34.2.0
bump com.google.firebase firebase bom 34.2.0
2 parents 93a6cc1 + e64fc57 commit e8833c5

5 files changed

Lines changed: 6 additions & 8 deletions

File tree

LogcatCoreLib/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ android {
99
compileSdk propCompileSdkVersion
1010
buildConfigField "String", "VERSIONNAME", "\"" + getTag() + "\""
1111

12-
minSdkVersion 21
12+
minSdkVersion 23
1313
project.archivesBaseName = "LogcatCore"
1414
}
1515
namespace "info.hannes.logcat"

LogcatCoreUI/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ android {
99
compileSdk propCompileSdkVersion
1010
buildConfigField "String", "VERSIONNAME", "\"" + getTag() + "\""
1111

12-
minSdkVersion 21
12+
minSdkVersion 23
1313
project.archivesBaseName = "LogcatCore"
1414
}
1515
buildFeatures {

LogcatCountlyLib/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ plugins {
77
android {
88
defaultConfig {
99
compileSdk propCompileSdkVersion
10-
minSdkVersion 21
10+
minSdkVersion 23
1111
project.archivesBaseName = "LogcatCountly"
1212
}
1313
namespace "info.hannes.logcat.countly"

LogcatCrashlyticLib/build.gradle

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ plugins {
88
android {
99
defaultConfig {
1010
compileSdk propCompileSdkVersion
11-
minSdkVersion 21
11+
minSdkVersion 23
1212
project.archivesBaseName = "LogcatCrashlytic"
1313
}
1414
namespace "info.hannes.logcat.crashlytic"
@@ -24,12 +24,11 @@ android {
2424
dependencies {
2525
api project(":LogcatCoreLib")
2626
// Import the BoM for the Firebase platform
27-
api platform("com.google.firebase:firebase-bom:33.5.0")
27+
api platform("com.google.firebase:firebase-bom:34.2.0")
2828

2929
// Add the dependencies for the Crashlytics and Analytics libraries
3030
// When using the BoM, you don"t specify versions in Firebase library dependencies
3131
api "com.google.firebase:firebase-crashlytics"
32-
api "com.google.firebase:firebase-analytics-ktx"
3332
}
3433

3534
publishing {

app/build.gradle

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ android {
1919
versionCode 1
2020
versionName "1.0"
2121

22-
minSdkVersion 21
22+
minSdkVersion 23
2323
compileSdk propCompileSdkVersion
2424
targetSdkVersion 36
2525

@@ -38,7 +38,6 @@ android {
3838
release {
3939
}
4040
debug {
41-
defaultConfig.minSdkVersion 21
4241
}
4342
}
4443
packagingOptions {

0 commit comments

Comments
 (0)