Skip to content

Commit

Permalink
Updated README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
saifkhichi96 committed Jun 26, 2022
1 parent f793660 commit b432b66
Showing 1 changed file with 4 additions and 7 deletions.
11 changes: 4 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,18 +15,15 @@ you'll probably find it uses tilemaps.

## Installation

[![Download](https://api.bintray.com/packages/saifkhichi96/maven/tiled/images/download.svg)](https://bintray.com/saifkhichi96/maven/tiled/_latestVersion)
[![Download Tiled](https://maven-badges.herokuapp.com/maven-central/dev.aspirasoft.apis/tiled/badge.svg)](https://maven-badges.herokuapp.com/maven-central/dev.aspirasoft.apis/tiled)

Open the module level `build.gradle` file and add dependency to this library using:
Make sure the `mavenCentral()` repository is enabled, add the following dependency in the module `build.gradle` file:

```
dependencies {
// ...
implementation "dev.aspirasoft.apis:tiled:${latestVersion}"
}
implementation "dev.aspirasoft.apis:tiled:${latestVersion}"
```

Replace `${latestVersion}` with the latest release version number.
Replace `${latestVersion}` with the latest [release version](https://github.com/aspirasoft/tiled/releases/) number.

## The [`TiledView`](./tiles/src/main/java/dev/aspirasoft/apis/tiled/TiledView.kt) class

Expand Down

0 comments on commit b432b66

Please sign in to comment.