Skip to content

Commit

Permalink
docs: removed redundant installation guide for android studio
Browse files Browse the repository at this point in the history
  • Loading branch information
DadiBit committed Jul 1, 2023
1 parent 60aef42 commit d42c439
Showing 1 changed file with 0 additions and 22 deletions.
22 changes: 0 additions & 22 deletions INSTALLATION.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,28 +25,6 @@ dependencies {
}
```

## Android

1. Add the JitPack repository to your settings.gradle file:

```gradle
dependencyResolutionManagement {
...
repositories {
...
maven { url 'https://jitpack.io' }
}
}
```

2. Add the dependency:

```gradle
dependencies {
implementation 'com.open-meteo:open-meteo-api-kotlin:0.7.1-alpha.1'
}
```

## Maven

1. Add the JitPack repository to your build file:
Expand Down

0 comments on commit d42c439

Please sign in to comment.