Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion LogcatCoreLib/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ android {
compileSdk propCompileSdkVersion
buildConfigField "String", "VERSIONNAME", "\"" + getTag() + "\""

minSdkVersion 19
minSdkVersion 21
project.archivesBaseName = "LogcatCore"
}
namespace 'info.hannes.logcat'
Expand Down
2 changes: 1 addition & 1 deletion LogcatCoreUI/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ android {
compileSdk propCompileSdkVersion
buildConfigField "String", "VERSIONNAME", "\"" + getTag() + "\""

minSdkVersion 19
minSdkVersion 21
project.archivesBaseName = "LogcatCore"
}
buildFeatures {
Expand Down
2 changes: 1 addition & 1 deletion LogcatCountlyLib/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ plugins {
android {
defaultConfig {
compileSdk propCompileSdkVersion
minSdkVersion 19
minSdkVersion 21
project.archivesBaseName = "LogcatCountly"
}
namespace 'info.hannes.logcat.countly'
Expand Down
4 changes: 2 additions & 2 deletions LogcatCrashlyticLib/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ plugins {
android {
defaultConfig {
compileSdk propCompileSdkVersion
minSdkVersion 19
minSdkVersion 21
project.archivesBaseName = "LogcatCrashlytic"
}
namespace 'info.hannes.logcat.crashlytic'
Expand All @@ -22,7 +22,7 @@ android {
dependencies {
api project(':LogcatCoreLib')
// Import the BoM for the Firebase platform
api platform('com.google.firebase:firebase-bom:32.3.1')
api platform('com.google.firebase:firebase-bom:32.7.1')

// Add the dependencies for the Crashlytics and Analytics libraries
// When using the BoM, you don't specify versions in Firebase library dependencies
Expand Down
2 changes: 1 addition & 1 deletion sample/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ android {
versionCode 1
versionName "1.0"

minSdkVersion 19
minSdkVersion 21
compileSdk propCompileSdkVersion
targetSdkVersion 34

Expand Down