Skip to content

Commit 94ba09a

Browse files
committed
increment gradle from 7.4.1 to 8.2 and gradle plugin from 7.1.3 to 8.2.1, and compilation version from 34 to 35; several changes as consequence of the previous ones - adding namespace, and fix some java vs kotlin version mismatch
1 parent 386e9d8 commit 94ba09a

File tree

45 files changed

+89
-27
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

45 files changed

+89
-27
lines changed

brightcove-exoplayer-kotlin/AdRulesIMASampleApp/build.gradle

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ plugins {
55

66
android {
77
compileSdk ANDROID_COMPILE_SDK_VERSION
8+
namespace "com.brightcove.adrulesima"
89

910
defaultConfig {
1011
applicationId "com.brightcove.adrulesima"

brightcove-exoplayer-kotlin/AdRulesIMAWidevineModularSampleApp/build.gradle

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ plugins {
55

66
android {
77
compileSdk ANDROID_COMPILE_SDK_VERSION
8+
namespace "com.example.adrulesima.widevinemodular"
89

910
defaultConfig {
1011
applicationId "com.example.adrulesima.widevinemodular"

brightcove-exoplayer-kotlin/AppCompatActivitySampleApp/build.gradle

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ plugins {
55

66
android {
77
compileSdk ANDROID_COMPILE_SDK_VERSION
8+
namespace "com.brightcove.appcompatactivity"
89

910
defaultConfig {
1011
applicationId "com.brightcove.appcompatactivity"

brightcove-exoplayer-kotlin/AppCompatFragmentSampleApp/build.gradle

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ plugins {
55

66
android {
77
compileSdk ANDROID_COMPILE_SDK_VERSION
8+
namespace "com.brightcove.appcompatfragment"
89

910
defaultConfig {
1011
applicationId "com.brightcove.appcompatfragment"

brightcove-exoplayer-kotlin/BasicCastBrightcoveReceiverSampleApp/build.gradle

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ plugins {
55

66
android {
77
compileSdk ANDROID_COMPILE_SDK_VERSION
8+
namespace "com.brightcove.castreceiver"
89

910
defaultConfig {
1011
applicationId "com.brightcove.castreceiver"

brightcove-exoplayer-kotlin/BasicDAISampleApp/build.gradle

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ plugins {
44
}
55

66
android {
7+
namespace "com.brightcove.player.samples.exoplayer.dai.basic"
78
defaultConfig {
89
minSdkVersion ANDROID_MIN_SDK_VERSION
910
targetSdkVersion ANDROID_TARGET_SDK_VERSION

brightcove-exoplayer-kotlin/BasicSampleApp/build.gradle

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ plugins {
55

66
android {
77
compileSdk ANDROID_COMPILE_SDK_VERSION
8+
namespace "com.brightcove.basic.sample"
89

910
defaultConfig {
1011
applicationId "com.brightcove.basic.sample"

brightcove-exoplayer-kotlin/BumperSampleApp/build.gradle

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ plugins {
55

66
android {
77
compileSdk ANDROID_COMPILE_SDK_VERSION
8+
namespace "com.brightcove.bumper.sample"
89

910
defaultConfig {
1011
applicationId "com.brightcove.bumper.sample"

brightcove-exoplayer-kotlin/OfflinePlaybackSampleApp/build.gradle

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -22,13 +22,6 @@ android {
2222
proguardFiles getDefaultProguardFile('proguard-android-optimize.txt'), 'proguard-rules.pro'
2323
}
2424
}
25-
compileOptions {
26-
sourceCompatibility JavaVersion.VERSION_11
27-
targetCompatibility JavaVersion.VERSION_11
28-
}
29-
kotlinOptions {
30-
jvmTarget = '1.8'
31-
}
3225
}
3326

3427
dependencies {

brightcove-exoplayer-kotlin/ThumbnailScrubberSampleApp/build.gradle

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -22,13 +22,6 @@ android {
2222
proguardFiles getDefaultProguardFile('proguard-android-optimize.txt'), 'proguard-rules.pro'
2323
}
2424
}
25-
compileOptions {
26-
sourceCompatibility JavaVersion.VERSION_11
27-
targetCompatibility JavaVersion.VERSION_11
28-
}
29-
kotlinOptions {
30-
jvmTarget = '1.8'
31-
}
3225
packagingOptions {
3326
resources {
3427
excludes += '/META-INF/{AL2.0,LGPL2.1}'

0 commit comments

Comments
 (0)