Skip to content

Commit

Permalink
Merge pull request #155 from backtrace-labs/bump-sdk-34
Browse files Browse the repository at this point in the history
Bump Android SDK to v34
  • Loading branch information
BartoszLitwiniuk authored Nov 14, 2024
2 parents bafe650 + 31be646 commit eea053a
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 9 deletions.
9 changes: 4 additions & 5 deletions backtrace-library/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,11 @@ androidGitVersion {
}

android {

compileSdkVersion 33
namespace "backtraceio.library"
defaultConfig {
minSdkVersion 21
targetSdkVersion 33
compileSdk 34
targetSdkVersion 34
versionName androidGitVersion.name()
versionCode androidGitVersion.code()
buildConfigField("String", "VERSION_NAME", "\"${versionName}\"")
Expand Down Expand Up @@ -88,8 +87,8 @@ dependencies {
androidTestImplementation 'androidx.test:rules:1.6.1'
androidTestImplementation 'androidx.test.ext:junit:1.2.1'
androidTestImplementation 'androidx.test.espresso:espresso-core:3.6.1'
androidTestImplementation 'org.mockito:mockito-core:5.2.0'
androidTestImplementation "org.mockito:mockito-android:2.28.2"
androidTestImplementation 'org.mockito:mockito-core:5.12.0'
androidTestImplementation "org.mockito:mockito-android:5.12.0"
}

apply from: 'publish.gradle'
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ buildscript {
mavenCentral()
}
dependencies {
classpath 'com.android.tools.build:gradle:8.3.0'
classpath 'com.android.tools.build:gradle:8.3.2'
// NOTE: Do not place your application dependencies here; they belong
// in the individual module build.gradle files
}
Expand Down
4 changes: 2 additions & 2 deletions coroner-client/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,5 @@ dependencies {
implementation fileTree(dir: 'libs', include: ['*.jar'])
implementation 'com.google.code.gson:gson:2.11.0'
testImplementation 'junit:junit:4.13.2'
testImplementation group: 'org.mockito', name: 'mockito-core', version: '5.2.0'
}
testImplementation group: 'org.mockito', name: 'mockito-core', version: '5.12.0'
}
2 changes: 1 addition & 1 deletion example-app/build.gradle
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
apply plugin: 'com.android.application'

android {
compileSdkVersion 34
namespace "backtraceio.backtraceio"
defaultConfig {
compileSdk 34
applicationId "backtraceio.backtraceio"
minSdkVersion 21
targetSdkVersion 34
Expand Down

0 comments on commit eea053a

Please sign in to comment.