Skip to content
This repository has been archived by the owner on Aug 15, 2024. It is now read-only.

Commit

Permalink
cleanup other files
Browse files Browse the repository at this point in the history
  • Loading branch information
ineiti committed Aug 22, 2022
1 parent ecfaddf commit 5ea5366
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ In order to publish a new release on Maven, follow these steps:
when prompted. This will take a bit of time, after which the "Release" button
will become available.
- Click on "Release", again giving an optional message when prompted.
- After some time, the release will be available in
- After 2h-3h, the release will be available in
[Maven](https://search.maven.org/search?q=lightarti-rest), with Group ID
`io.github.c4dt` and Artifact ID `lightarti-rest`.

Expand Down
8 changes: 8 additions & 0 deletions artiwrapper/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,14 @@ android {
buildFeatures {
viewBinding true
}

testOptions {
execution 'ANDROIDX_TEST_ORCHESTRATOR'

unitTests.all {
useJUnitPlatform()
}
}
}

apply plugin: 'org.mozilla.rust-android-gradle.rust-android'
Expand Down

0 comments on commit 5ea5366

Please sign in to comment.