File tree Expand file tree Collapse file tree 3 files changed +5
-4
lines changed
Expand file tree Collapse file tree 3 files changed +5
-4
lines changed Original file line number Diff line number Diff line change @@ -11,10 +11,11 @@ androidGitVersion {
1111
1212android {
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()
Original file line number Diff line number Diff 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 }
Original file line number Diff line number Diff 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+ }
You can’t perform that action at this time.
0 commit comments