mirror of
https://github.com/SchildiChat/SchildiChat-android.git
synced 2024-11-22 09:25:49 +03:00
Merge pull request #8067 from vector-im/dependabot/gradle/org.jetbrains.kotlin-kotlin-gradle-plugin-1.8.10
Bump org.jetbrains.kotlin:kotlin-gradle-plugin from 1.8.0 to 1.8.10
This commit is contained in:
commit
c083112c84
1 changed files with 1 additions and 1 deletions
|
@ -8,7 +8,7 @@ ext.versions = [
|
|||
|
||||
def gradle = "7.4.1"
|
||||
// Ref: https://kotlinlang.org/releases.html
|
||||
def kotlin = "1.8.0"
|
||||
def kotlin = "1.8.10"
|
||||
def kotlinCoroutines = "1.6.4"
|
||||
def dagger = "2.44.2"
|
||||
def firebaseBom = "31.2.0"
|
||||
|
|
Loading…
Reference in a new issue