Skip to content

Commit 986d5a0

Browse files
Merge pull request #1148 from mendix/MOO-2180-detox-cleanup-leftovers
Cleanup Detox testing framework leftover files
2 parents f2f9142 + c18714c commit 986d5a0

4 files changed

Lines changed: 4 additions & 33 deletions

File tree

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,10 @@ All notable changes to this template will be documented in this file.
44

55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
66

7+
## [Unreleased]
8+
9+
- We removed leftover Detox references from the Android build files. This fixes an issue where generating Android APKs would fail due to Detox dependencies not being found.
10+
711
## [17.0.2] - 2026-01-12
812

913
- We updated mendix-native to v0.3.1, enabling session cookie persistence and restoration on iOS.

android/app/build.gradle

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,6 @@ dependencies {
137137
devImplementation "androidx.constraintlayout:constraintlayout:2.0.4"
138138
devImplementation "me.dm7.barcodescanner:zxing:1.9.8"
139139

140-
androidTestImplementation("com.wix:detox:+") { transitive = true }
141140
androidTestImplementation "junit:junit:4.12"
142141
}
143142

android/app/src/androidTest/java/com/mendix/nativetemplate/DetoxTest.java

Lines changed: 0 additions & 29 deletions
This file was deleted.

android/build.gradle

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -63,9 +63,6 @@ allprojects {
6363
mavenCentral()
6464
}
6565
}
66-
maven {
67-
url "$rootDir/../node_modules/detox/Detox-android"
68-
}
6966
maven {
7067
url "$rootDir/../node_modules/@notifee/react-native/android/libs"
7168
}

0 commit comments

Comments
 (0)