Skip to content

Commit

Permalink
Version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
Pierfrancesco Soffritti committed Dec 20, 2021
1 parent c1bc162 commit 7eb7aa9
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ Add this to your module level `build.gradle` file.

```gradle
dependencies {
implementation 'com.pierfrancescosoffritti.androidyoutubeplayer:core:11.0.0'
implementation 'com.pierfrancescosoffritti.androidyoutubeplayer:core:11.0.1'
}
```

Expand All @@ -127,7 +127,7 @@ Add this to your module level `build.gradle` file.

```gradle
dependencies {
implementation 'com.pierfrancescosoffritti.androidyoutubeplayer:chromecast-sender:0.25'
implementation 'com.pierfrancescosoffritti.androidyoutubeplayer:chromecast-sender:0.26'
}
```

Expand Down
8 changes: 4 additions & 4 deletions dependencies.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,11 @@ ext.versions = [
minSdk : 17,
compileSdk : 31,

publishVersion_core : '11.0.0',
publishVersionCode_core : 16,
publishVersion_core : '11.0.1',
publishVersionCode_core : 17,

publishVersion_chromecast : '0.25',
publishVersionCode_chromecast : 10,
publishVersion_chromecast : '0.26',
publishVersionCode_chromecast : 11,

// Plugins
gradlePlugin : '7.0.4',
Expand Down

0 comments on commit 7eb7aa9

Please sign in to comment.