refactor: biome update and fix renovate and ci (#932)

This commit is contained in:
Gauvain
2025-08-14 10:43:01 +02:00
committed by GitHub
parent 5a781ba62c
commit 0e1ed71dc1
8 changed files with 46 additions and 43 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') ?: '1.9.25'
def kotlinVersion = findProperty('android.kotlinVersion') ?: '2.0.21'
apply from: expoModulesCorePlugin