File tree Expand file tree Collapse file tree 2 files changed +4
-6
lines changed
Expand file tree Collapse file tree 2 files changed +4
-6
lines changed Original file line number Diff line number Diff line change @@ -10,13 +10,11 @@ androidGitVersion {
1010}
1111
1212android {
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
9694apply from : ' publish.gradle'
Original file line number Diff line number Diff line change 11apply plugin : ' com.android.application'
22
33android {
4- compileSdkVersion 34
54 namespace " backtraceio.backtraceio"
65 defaultConfig {
6+ compileSdk 34
77 applicationId " backtraceio.backtraceio"
88 minSdkVersion 21
99 targetSdkVersion 34
You can’t perform that action at this time.
0 commit comments