Skip to content

Commit

Permalink
Merge pull request #255 from AppDevNext/DependenciesCleanup2
Browse files Browse the repository at this point in the history
Dependencies cleanup and increase memory
  • Loading branch information
hannesa2 authored Nov 18, 2024
2 parents 2d98bf0 + 98843a1 commit a753abc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 deletions.
3 changes: 2 additions & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
android.enableJetifier=true
android.useAndroidX=true
android.useAndroidX=true
org.gradle.jvmargs=-Xmx2048m
4 changes: 0 additions & 4 deletions moka/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -32,11 +32,7 @@ android {

dependencies {
api "androidx.test.espresso:espresso-contrib:${androidxTestEspresso}"
api "androidx.test.espresso:espresso-intents:${androidxTestEspresso}"
api "androidx.test.espresso:espresso-core:${androidxTestEspresso}"
api "org.jetbrains.kotlin:kotlin-stdlib-jdk8:$kotlin_version"
implementation "org.jetbrains.kotlin:kotlin-reflect:$kotlin_version"
api 'androidx.test.uiautomator:uiautomator:2.3.0'
implementation "com.jakewharton.timber:timber:5.0.1"
implementation "io.reactivex.rxjava2:rxjava:2.2.21"
implementation "io.reactivex.rxjava2:rxandroid:2.1.1"
Expand Down

0 comments on commit a753abc

Please sign in to comment.