Skip to content

Commit

Permalink
1.0.10
Browse files Browse the repository at this point in the history
  • Loading branch information
nklhtv committed Jul 28, 2022
1 parent 4ce416b commit b39bc32
Show file tree
Hide file tree
Showing 6 changed files with 8 additions and 8 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.9"
version = "1.0.10"
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,11 +21,11 @@ allprojects {

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

## Manual

[Download](https://jitpack.io/com/github/stremio/stremio-core-kotlin/1.0.9/stremio-core-kotlin-1.0.9.aar) aar and link
[Download](https://jitpack.io/com/github/stremio/stremio-core-kotlin/1.0.10/stremio-core-kotlin-1.0.10.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 10
versionName "1.0.9"
versionCode 11
versionName "1.0.10"
}

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.9 -Dpackaging=aar -DgeneratePom=true
- mvn install:install-file $FILE -DgroupId=com.stremio.core -DartifactId=stremio-core-kotlin -Dversion=1.0.10 -Dpackaging=aar -DgeneratePom=true
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@
<modelVersion>4.0.0</modelVersion>
<groupId>com.stremio.core</groupId>
<artifactId>stremio-core-kotlin</artifactId>
<version>1.0.9</version>
<version>1.0.10</version>
</project>

0 comments on commit b39bc32

Please sign in to comment.