Skip to content

Commit 5b9b829

Browse files
author
Bartosz Litwiniuk
committed
Bump SDKs
1 parent ac2135a commit 5b9b829

File tree

2 files changed

+4
-6
lines changed

2 files changed

+4
-6
lines changed

backtrace-library/build.gradle

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -10,13 +10,11 @@ androidGitVersion {
1010
}
1111

1212
android {
13-
14-
compileSdkVersion 34
1513
namespace "backtraceio.library"
1614
defaultConfig {
1715
minSdkVersion 21
1816
compileSdk 34
19-
targetSdkVersion 33
17+
targetSdkVersion 34
2018
versionName androidGitVersion.name()
2119
versionCode androidGitVersion.code()
2220
buildConfigField("String", "VERSION_NAME", "\"${versionName}\"")
@@ -89,8 +87,8 @@ dependencies {
8987
androidTestImplementation 'androidx.test:rules:1.6.1'
9088
androidTestImplementation 'androidx.test.ext:junit:1.2.1'
9189
androidTestImplementation 'androidx.test.espresso:espresso-core:3.6.1'
92-
androidTestImplementation 'org.mockito:mockito-core:5.2.0'
93-
androidTestImplementation "org.mockito:mockito-android:2.28.2"
90+
androidTestImplementation 'org.mockito:mockito-core:5.12.0'
91+
androidTestImplementation "org.mockito:mockito-android:5.12.0"
9492
}
9593

9694
apply from: 'publish.gradle'

example-app/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
apply plugin: 'com.android.application'
22

33
android {
4-
compileSdkVersion 34
54
namespace "backtraceio.backtraceio"
65
defaultConfig {
6+
compileSdk 34
77
applicationId "backtraceio.backtraceio"
88
minSdkVersion 21
99
targetSdkVersion 34

0 commit comments

Comments
 (0)