Skip to content

Commit d7c0b53

Browse files
Merge branch 'release-candidate/3.7.6' into feature/anr-breadcrumbs
2 parents 72eb4c8 + 4816f11 commit d7c0b53

File tree

4 files changed

+10
-9
lines changed

4 files changed

+10
-9
lines changed

backtrace-library/build.gradle

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -68,14 +68,14 @@ android {
6868
dependencies {
6969
implementation fileTree(dir: 'libs', include: ['*.jar'])
7070
implementation 'com.google.code.gson:gson:2.10'
71-
implementation 'androidx.appcompat:appcompat:1.5.1'
71+
implementation 'androidx.appcompat:appcompat:1.6.1'
7272
implementation 'com.squareup:tape:1.2.3'
7373
testImplementation 'junit:junit:4.13.2'
7474
androidTestImplementation 'net.jodah:concurrentunit:0.4.4'
75-
androidTestImplementation 'androidx.test.ext:junit:1.1.4'
75+
androidTestImplementation 'androidx.test.ext:junit:1.1.5'
7676
androidTestImplementation 'androidx.test:rules:1.5.0'
77-
androidTestImplementation 'androidx.test.ext:junit:1.1.4'
78-
androidTestImplementation 'androidx.test.espresso:espresso-core:3.5.0'
77+
androidTestImplementation 'androidx.test.ext:junit:1.1.5'
78+
androidTestImplementation 'androidx.test.espresso:espresso-core:3.5.1'
7979
}
8080

8181
apply from: 'publish.gradle'

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:7.3.1'
10+
classpath 'com.android.tools.build:gradle:7.4.2'
1111
// NOTE: Do not place your application dependencies here; they belong
1212
// in the individual module build.gradle files
1313
}

example-app/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
apply plugin: 'com.android.application'
22

33
android {
4-
compileSdkVersion 32
4+
compileSdkVersion 33
55
defaultConfig {
66
applicationId "backtraceio.backtraceio"
77
minSdkVersion 21
8-
targetSdkVersion 32
8+
targetSdkVersion 33
99
versionCode 1
1010
versionName "1.0"
1111
testInstrumentationRunner 'androidx.test.runner.AndroidJUnitRunner'
Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
1+
#Wed Mar 29 15:48:21 CEST 2023
12
distributionBase=GRADLE_USER_HOME
3+
distributionUrl=https\://services.gradle.org/distributions/gradle-7.5-bin.zip
24
distributionPath=wrapper/dists
3-
distributionUrl=https\://services.gradle.org/distributions/gradle-7.4.2-bin.zip
4-
zipStoreBase=GRADLE_USER_HOME
55
zipStorePath=wrapper/dists
6+
zipStoreBase=GRADLE_USER_HOME

0 commit comments

Comments
 (0)