Skip to content

Commit 1a31062

Browse files
committed
New logo
1 parent c8e2fe1 commit 1a31062

File tree

6 files changed

+70
-2
lines changed

6 files changed

+70
-2
lines changed

.images/logo-inverted.svg

Lines changed: 26 additions & 0 deletions
Loading

.images/logo.png

-25.3 KB
Binary file not shown.

.images/logo.psd

-316 KB
Binary file not shown.

.images/logo.svg

Lines changed: 26 additions & 0 deletions
Loading

README.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,15 @@
33
To update the content of this README, please apply modifications
44
to `README.md.template` instead, and run the `generateReadme` task from Gradle.
55
-->
6-
# <img src=".images/logo.png" align="right" width="100">android-junit5 [![CircleCI](https://circleci.com/gh/mannodermaus/android-junit5/tree/main.svg?style=svg)][circleci]
6+
<h1>
7+
<picture width="400">
8+
<source media="(prefers-color-scheme: dark)" srcset=".images/logo-inverted.svg">
9+
<source media="(prefers-color-scheme: light)" srcset=".images/logo.svg">
10+
<img alt="Android JUnit" src=".images/logo.svg" width="400">
11+
</picture>
12+
</h1>
13+
14+
[![CircleCI](https://circleci.com/gh/mannodermaus/android-junit5/tree/main.svg?style=svg)][circleci]
715

816
A Gradle plugin that allows for the execution of [JUnit Framework][junit-framework-github] tests in Android environments using **Android Gradle Plugin 8.2 or later.**
917

README.md.template

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,12 @@
1-
# <img src=".images/logo.png" align="right" width="100">android-junit5 [![CircleCI](https://circleci.com/gh/mannodermaus/android-junit5/tree/main.svg?style=svg)][circleci]
1+
<h1>
2+
<picture width="400">
3+
<source media="(prefers-color-scheme: dark)" srcset=".images/logo-inverted.svg">
4+
<source media="(prefers-color-scheme: light)" srcset=".images/logo.svg">
5+
<img alt="Android JUnit" src=".images/logo.svg" width="400">
6+
</picture>
7+
</h1>
8+
9+
[![CircleCI](https://circleci.com/gh/mannodermaus/android-junit5/tree/main.svg?style=svg)][circleci]
210

311
A Gradle plugin that allows for the execution of [JUnit Framework][junit-framework-github] tests in Android environments using **Android Gradle Plugin ${constants.minimumRequiredAgpVersion} or later.**
412

0 commit comments

Comments
 (0)