Skip to content
Permalink

Comparing changes

This is a direct comparison between two commits made in this repository or its related repositories. View the default comparison for this range or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: apivideo/api.video-android-live-stream
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: d94bda08ec723d29271fd3ea9e234e99ddfa1c49
Choose a base ref
..
head repository: apivideo/api.video-android-live-stream
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: a8a99d08a3c67479ecda0cdabc601e6e97e013c4
Choose a head ref
Showing with 2 additions and 2 deletions.
  1. +2 −2 build.gradle
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
@@ -19,8 +19,8 @@ buildscript {
}
}
plugins {
id 'com.android.application' version '8.5.0' apply false
id 'com.android.library' version '8.5.0' apply false
id 'com.android.application' version '8.6.1' apply false
id 'com.android.library' version '8.6.1' apply false
id 'org.jetbrains.kotlin.android' version "$kotlinVersion" apply false
id 'org.jetbrains.kotlin.kapt' version "$kotlinVersion" apply false
id 'org.jetbrains.dokka' version "$dokkaVersion" apply false