Skip to content

Commit

Permalink
Updated to version 1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Stefano Russello committed Nov 26, 2021
1 parent f9f2ec2 commit 7e14146
Show file tree
Hide file tree
Showing 9 changed files with 34 additions and 2 deletions.
4 changes: 4 additions & 0 deletions AuthenticationReadMe.md
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,10 @@ Change Log:

All notable changes to this project will be documented in this section.

### 1.0 - Release

### Beta releases

### 0.2 -> 0.4 - No changes to Authentication

### 0.1 - Initial build
4 changes: 4 additions & 0 deletions CloudMatrixReadMe.md
Original file line number Diff line number Diff line change
Expand Up @@ -526,6 +526,10 @@ Change Log:

All notable changes to this project will be documented in this section.

### 1.0 - Release

### Beta releases

### 0.2 -> 0.4 - No changes to CloudMatrix

### 0.1 - Initial build
4 changes: 4 additions & 0 deletions CoreReadMe.md
Original file line number Diff line number Diff line change
Expand Up @@ -168,6 +168,10 @@ Change Log:

All notable changes to this project will be documented in this section.

### 1.0 - Release

### Beta releases

### 0.4 - No changes to Core

### 0.3 - Updated batch job service to include completion listener and convenience method to clear jobs after processing
Expand Down
4 changes: 4 additions & 0 deletions PlayKit2GoReadMe.md
Original file line number Diff line number Diff line change
Expand Up @@ -175,6 +175,10 @@ Change Log:

All notable changes to this project will be documented in this section.

### 1.0 - Release

### Beta releases

### 0.4 - PlayKit2Go Module added to SDK

### 0.1 -> 0.3 - No Purchases Module
4 changes: 4 additions & 0 deletions PlayKitReadMe.md
Original file line number Diff line number Diff line change
Expand Up @@ -575,6 +575,10 @@ amgPlayKit?.setSpoilerFree(enabled: Boolean) // true = spoiler free mode on, fal

All notable changes to this project will be documented in this section.

### 1.0 - Release

### Beta releases

### 0.4 - Minor changes for PlayKit2Go integration

### 0.3
Expand Down
4 changes: 4 additions & 0 deletions PurchasesReadMe.md
Original file line number Diff line number Diff line change
Expand Up @@ -163,6 +163,10 @@ Change Log:

All notable changes to this project will be documented in this section.

### 1.0 - Release

### Beta releases

### 0.4 - Purchases Module added to SDK

### 0.1 -> 0.3 - No Purchases Module
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,10 @@ Change Log:

All notable changes to this project will be documented in this section.

### 1.0 - Release

### Beta releases

### 0.4 - Purchases and PlayKit2Go SDKs added

### 0.3 - Updates to Core and major Playkit feature enhancements
Expand Down
4 changes: 4 additions & 0 deletions StreamPlayReadMe.md
Original file line number Diff line number Diff line change
Expand Up @@ -492,6 +492,10 @@ Change Log:

All notable changes to this project will be documented in this section.

### 1.0 - Release

### Beta releases

### 0.2 -> 0.4 - No changes to StreamPlay

### 0.1 - Initial build
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@ plugins {
id 'maven-publish'
}
// Versions of the library modules are matched (eg 1.0 core goes with 1.0 cloudmatrix) to prevent dependency issues
ext.SDK_VERSION_CODE = 7
ext.SDK_VERSION_NAME = "0.4.2"
ext.SDK_VERSION_CODE = 8
ext.SDK_VERSION_NAME = "1.0"

publishing {
publications {
Expand Down

0 comments on commit 7e14146

Please sign in to comment.