Skip to content

Commit

Permalink
Revert "Upgraded roboletric to run on updated sdk"
Browse files Browse the repository at this point in the history
This reverts commit 1ed449b.
  • Loading branch information
gosha212 committed Jan 30, 2025
1 parent 1ed449b commit a199c01
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lib/android/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -208,7 +208,7 @@ dependencies {
if("Playground".toLowerCase() == rootProject.name.toLowerCase()){
// tests only for our playground
testImplementation 'junit:junit:4.13.2'
testImplementation "org.robolectric:robolectric:4.14.1"
testImplementation "org.robolectric:robolectric:4.7.2"
testImplementation 'org.assertj:assertj-core:3.11.1'
testImplementation 'org.mockito:mockito-core:4.0.0'
testImplementation 'com.squareup.assertj:assertj-android:1.2.0'
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ import org.robolectric.shadows.ShadowLooper
import java.util.Arrays

@RunWith(RobolectricTestRunner::class)
@Config(sdk = [34], application = TestApplication::class)
@Config(sdk = [28], application = TestApplication::class)
abstract class BaseTest {
private val handler = Handler(Looper.getMainLooper())
private val shadowMainLooper: ShadowLooper = Shadows.shadowOf(Looper.getMainLooper())
Expand Down

0 comments on commit a199c01

Please sign in to comment.