Skip to content

Commit

Permalink
rollback robolectric version
Browse files Browse the repository at this point in the history
  • Loading branch information
af-dudka committed Aug 7, 2024
1 parent 0dccb6b commit ee538c7
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions app/build.gradle
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
apply plugin: 'com.android.library'

android {
compileSdk 34
compileSdk 33

defaultConfig {
minSdk 19
targetSdk 34
targetSdk 33
versionCode 1
versionName "1.0"
testApplicationId "com.example.test"
Expand Down Expand Up @@ -48,7 +48,7 @@ dependencies {

testImplementation 'junit:junit:4.13.2'
testImplementation 'org.mockito:mockito-core:4.2.0'
testImplementation 'org.robolectric:robolectric:4.11'
testImplementation 'org.robolectric:robolectric:4.9.2'

testImplementation 'com.segment.analytics.android:analytics:4.+'
testImplementation 'com.segment.analytics.android:analytics-tests:4.+'
Expand Down

0 comments on commit ee538c7

Please sign in to comment.