Skip to content

Commit

Permalink
update README
Browse files Browse the repository at this point in the history
  • Loading branch information
kahles committed May 6, 2024
1 parent bab3021 commit 97be18d
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 11 deletions.
13 changes: 4 additions & 9 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ repositories {
}
dependencies {
implementation 'de.kah2.zodiac:libZodiac4A:0.9.4-android'
implementation 'de.kah2.zodiac:libZodiac4A:1.0-android'
}
```

Expand All @@ -24,11 +24,9 @@ dependencies {
<dependency>
<groupId>de.kah2.zodiac</groupId>
<artifactId>libZodiac4A</artifactId>
<version>0.9.4-android</version>
<version>1.0-android</version>
</dependency>
```
https://github.com/kahles/libZodiac/blob/master/src/test/java/de/kah2/zodiac/libZodiac/example/CalendarExampleSimple.java
https://github.com/kahles/libZodiac/blob/master/src/test/java/de/kah2/libZodiac/example/CalendarExampleSimple.java

### Usage
- [`CalendarExampleSimple.java`](src/test/java/de/kah2/zodiac/libZodiac/example/CalendarExampleSimple.java) shows basic usage of this framework.
Expand All @@ -41,9 +39,7 @@ listening.

### Requirements

#### Java 8
I decided to use JDK8, even though it isn't fully supported by Android yet. E.g. `java.time` is only supported through a backport for
Android.
#### Java 17

#### gradle
A [gradle](https://gradle.org) build script is included to manage dependencies and automate testing and building.
Expand All @@ -58,8 +54,7 @@ So I made a fork containing a fix for this: [nova4jmt](https://github.com/kahles
I'm trying to provide a reasonable test coverage using [JUnit](http://junit.org).

#### slf4j
For logging [slf4j](http://www.slf4j.org/) is in use. To see log output you have to require a backend in your project - e.g.
`org.slf4j.slf4j-simple`
For logging [slf4j](http://www.slf4j.org/) is in use.

### Versions
The plugin [gradle-android-git-version](https://github.com/gladed/gradle-android-git-version) is used to automate versioning based on git
Expand Down
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
package de.kah2.zodiac.libZodiac4A.planetary;

import org.junit.jupiter.api.Test;

import static org.assertj.core.api.Assertions.assertThat;

import org.junit.jupiter.api.Test;

/**
* Tests for {@link Position}.
*/
Expand Down

0 comments on commit 97be18d

Please sign in to comment.