Skip to content

Commit

Permalink
1.0.8
Browse files Browse the repository at this point in the history
  • Loading branch information
TheBeastLT committed Jul 16, 2022
1 parent 8ca0226 commit c9266cd
Show file tree
Hide file tree
Showing 6 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "stremio-core-android"
version = "1.0.7"
version = "1.0.8"
authors = ["Smart Code OOD"]
edition = "2018"

Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,10 @@ allprojects {

```gradle
dependencies {
implementation 'com.github.Stremio:stremio-core-kotlin:1.0.7'
implementation 'com.github.Stremio:stremio-core-kotlin:1.0.8'
}
```

## Manual

[Download](https://jitpack.io/com/github/stremio/stremio-core-kotlin/1.0.7/stremio-core-kotlin-1.0.7.aar) aar and link it manually
[Download](https://jitpack.io/com/github/stremio/stremio-core-kotlin/1.0.8/stremio-core-kotlin-1.0.8.aar) aar and link it manually
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,8 @@ android {
defaultConfig {
minSdkVersion 23
targetSdkVersion 31
versionCode 8
versionName "1.0.7"
versionCode 9
versionName "1.0.8"
}

kotlinOptions {
Expand Down
2 changes: 1 addition & 1 deletion jitpack.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
install:
- wget https://github.com/Stremio/stremio-core-kotlin/releases/download/$VERSION/stremio-core-kotlin.aar
- FILE="-Dfile=stremio-core-kotlin.aar"
- mvn install:install-file $FILE -DgroupId=com.stremio.core -DartifactId=stremio-core-kotlin -Dversion=1.0.7 -Dpackaging=aar -DgeneratePom=true
- mvn install:install-file $FILE -DgroupId=com.stremio.core -DartifactId=stremio-core-kotlin -Dversion=1.0.8 -Dpackaging=aar -DgeneratePom=true
8 changes: 4 additions & 4 deletions pom.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<project>
<modelVersion>4.0.0</modelVersion>
<groupId>com.stremio.core</groupId>
<artifactId>stremio-core-kotlin</artifactId>
<version>1.0.7</version>
<modelVersion>4.0.0</modelVersion>
<groupId>com.stremio.core</groupId>
<artifactId>stremio-core-kotlin</artifactId>
<version>1.0.8</version>
</project>

0 comments on commit c9266cd

Please sign in to comment.