Skip to content

Commit

Permalink
refactor: Migrate Internal DeviceAttributes class to kotlin (#524)
Browse files Browse the repository at this point in the history
  • Loading branch information
Mansi-mParticle authored Dec 4, 2024
1 parent ebf3879 commit 65f31cc
Show file tree
Hide file tree
Showing 4 changed files with 458 additions and 350 deletions.
1 change: 1 addition & 0 deletions android-core/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,7 @@ android {
jvmArgs += ['--add-opens', 'java.base/java.util.concurrent=ALL-UNNAMED']
jvmArgs += ['--add-opens', 'java.base/java.util.concurrent.atomic=ALL-UNNAMED']
jvmArgs += ['--add-opens', 'java.base/java.lang.ref=ALL-UNNAMED']
jvmArgs += ['--add-opens', 'java.base/java.lang.reflect=ALL-UNNAMED']
}
if (useOrchestrator()) {
execution 'ANDROIDX_TEST_ORCHESTRATOR'
Expand Down

This file was deleted.

Loading

0 comments on commit 65f31cc

Please sign in to comment.