Skip to content

Commit ac2135a

Browse files
author
Bartosz Litwiniuk
committed
Bump gradle, fix sdk 34
1 parent b8aea1b commit ac2135a

File tree

3 files changed

+5
-4
lines changed

3 files changed

+5
-4
lines changed

backtrace-library/build.gradle

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,11 @@ androidGitVersion {
1111

1212
android {
1313

14-
compileSdkVersion 33
14+
compileSdkVersion 34
1515
namespace "backtraceio.library"
1616
defaultConfig {
1717
minSdkVersion 21
18+
compileSdk 34
1819
targetSdkVersion 33
1920
versionName androidGitVersion.name()
2021
versionCode androidGitVersion.code()

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ buildscript {
77
mavenCentral()
88
}
99
dependencies {
10-
classpath 'com.android.tools.build:gradle:8.3.0'
10+
classpath 'com.android.tools.build:gradle:8.3.2'
1111
// NOTE: Do not place your application dependencies here; they belong
1212
// in the individual module build.gradle files
1313
}

coroner-client/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,5 +11,5 @@ dependencies {
1111
implementation fileTree(dir: 'libs', include: ['*.jar'])
1212
implementation 'com.google.code.gson:gson:2.11.0'
1313
testImplementation 'junit:junit:4.13.2'
14-
testImplementation group: 'org.mockito', name: 'mockito-core', version: '5.2.0'
15-
}
14+
testImplementation group: 'org.mockito', name: 'mockito-core', version: '5.12.0'
15+
}

0 commit comments

Comments
 (0)