refactor: simplify renovate configuration and revert kotlin (#933)

Co-authored-by: retardgerman <78982850+retardgerman@users.noreply.github.com>
This commit is contained in:
Gauvain
2025-08-14 16:07:49 +02:00
committed by GitHub
parent 3013251285
commit 781d199546
2 changed files with 3 additions and 8 deletions

View File

@@ -8,7 +8,7 @@ group = 'expo.modules.vlcplayer'
version = '0.6.0'
def expoModulesCorePlugin = new File(project(":expo-modules-core").projectDir.absolutePath, "ExpoModulesCorePlugin.gradle")
def kotlinVersion = findProperty('android.kotlinVersion') ?: '2.0.21'
def kotlinVersion = findProperty('android.kotlinVersion') ?: '1.9.25'
apply from: expoModulesCorePlugin