Skip to content

Commit

Permalink
Merge pull request #940 from PierfrancescoSoffritti/dev
Browse files Browse the repository at this point in the history
Release version 12.0.0
  • Loading branch information
PierfrancescoSoffritti authored Mar 24, 2023
2 parents 420236e + 41f79a6 commit 3b17fe9
Show file tree
Hide file tree
Showing 6 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 @@ -123,7 +123,7 @@ Add this to your module level `build.gradle` file.

```gradle
dependencies {
implementation 'com.pierfrancescosoffritti.androidyoutubeplayer:core:11.1.0'
implementation 'com.pierfrancescosoffritti.androidyoutubeplayer:core:12.0.0'
}
```

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

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

Expand Down
Binary file not shown.
Binary file not shown.
Binary file removed core-sample-app/apk/core v11.1.0.apk
Binary file not shown.
Binary file added core-sample-app/apk/core v12.0.0.apk
Binary file not shown.
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 : 33,

publishVersion_core : '11.1.0',
publishVersionCode_core : 18,
publishVersion_core : '12.0.0',
publishVersionCode_core : 19,

publishVersion_chromecast : '0.27',
publishVersionCode_chromecast : 12,
publishVersion_chromecast : '0.28',
publishVersionCode_chromecast : 13,

// Plugins
gradlePlugin : '7.4.2',
Expand Down

0 comments on commit 3b17fe9

Please sign in to comment.