Merge branch 'update-deps' into 'master'

Update deps

See merge request videostreaming/grayjay!30
This commit is contained in:
Kai DeLorenzo 2024-08-27 10:58:13 +00:00
commit fc431f0cb8
6 changed files with 6 additions and 8 deletions

View file

@ -2,7 +2,7 @@ plugins {
id 'com.android.application' id 'com.android.application'
id 'org.jetbrains.kotlin.android' id 'org.jetbrains.kotlin.android'
id 'org.jetbrains.kotlin.plugin.serialization' version '1.9.21' id 'org.jetbrains.kotlin.plugin.serialization' version '1.9.21'
id 'org.ajoberstar.grgit' version '1.7.2' id 'org.ajoberstar.grgit' version '5.2.2'
id 'com.google.protobuf' id 'com.google.protobuf'
id 'kotlin-parcelize' id 'kotlin-parcelize'
id 'com.google.devtools.ksp' id 'com.google.devtools.ksp'

View file

@ -1,7 +1,7 @@
// Top-level build file where you can add configuration options common to all sub-projects/modules. // Top-level build file where you can add configuration options common to all sub-projects/modules.
plugins { plugins {
id 'com.android.application' version '8.2.0' apply false id 'com.android.application' version '8.5.2' apply false
id 'com.android.library' version '8.2.0' apply false id 'com.android.library' version '8.5.2' apply false
id 'org.jetbrains.kotlin.android' version '1.9.0' apply false id 'org.jetbrains.kotlin.android' version '1.9.0' apply false
id 'com.google.protobuf' version '0.9.4' apply false id 'com.google.protobuf' version '0.9.4' apply false
id 'com.google.devtools.ksp' version '1.9.0-1.0.13' apply false id 'com.google.devtools.ksp' version '1.9.0-1.0.13' apply false

@ -1 +1 @@
Subproject commit 4268917697b975e92dc74e45b4018042ef35c509 Subproject commit c8992e6a0ef462d11dfaf716ebe1caf46c926611

@ -1 +1 @@
Subproject commit cedbb52d33a87bbff7b3e713347700138b715b69 Subproject commit a7063a300c40dd2310325716f2300ac9259f47aa

View file

@ -1,6 +1,6 @@
#Fri Nov 11 13:25:09 CET 2022 #Fri Nov 11 13:25:09 CET 2022
distributionBase=GRADLE_USER_HOME distributionBase=GRADLE_USER_HOME
distributionUrl=https\://services.gradle.org/distributions/gradle-8.2-bin.zip distributionUrl=https\://services.gradle.org/distributions/gradle-8.7-bin.zip
distributionPath=wrapper/dists distributionPath=wrapper/dists
zipStorePath=wrapper/dists zipStorePath=wrapper/dists
zipStoreBase=GRADLE_USER_HOME zipStoreBase=GRADLE_USER_HOME

View file

@ -3,7 +3,6 @@ pluginManagement {
gradlePluginPortal() gradlePluginPortal()
google() google()
mavenCentral() mavenCentral()
jcenter()
} }
} }
dependencyResolutionManagement { dependencyResolutionManagement {
@ -11,7 +10,6 @@ dependencyResolutionManagement {
repositories { repositories {
google() google()
mavenCentral() mavenCentral()
jcenter()
maven { url 'https://jitpack.io' } maven { url 'https://jitpack.io' }
} }
} }