Skip to content

Commit

Permalink
Bump Robolectric to 4.10.3 and disable Jetifier
Browse files Browse the repository at this point in the history
  • Loading branch information
ArnasSmicius committed Aug 9, 2023
1 parent 2e3a5f0 commit 5c09936
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 1 addition & 1 deletion buildSrc/src/main/kotlin/Dependencies.kt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ object Versions {
const val COROUTINES = "1.5.0"
const val ANDROID_GRADLE_PLUGIN = "4.2.1"
const val JUNIT = "4.13"
const val ROBOLECTRIC = "4.4.1"
const val ROBOLECTRIC = "4.10.3"
const val MOCKITO = "3.11.2"
const val MOCKITO_KOTILN = "3.2.0"
const val CORE_KTX = "1.2.0"
Expand Down
2 changes: 0 additions & 2 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,5 @@ org.gradle.jvmargs=-Xmx1536m
# Android operating system, and which are packaged with your app's APK
# https://developer.android.com/topic/libraries/support-library/androidx-rn
android.useAndroidX=true
# Automatically convert third-party libraries to use AndroidX
android.enableJetifier=true
# Kotlin code style for this project: "official" or "obsolete":
kotlin.code.style=official

0 comments on commit 5c09936

Please sign in to comment.