Update dependencies (2025-04)

This commit is contained in:
Miklos Vajna
2025-04-04 22:45:34 +02:00
committed by Miklos Vajna
parent e8b1082a16
commit a69f90ec85
6 changed files with 7 additions and 8 deletions

View File

@ -27,7 +27,7 @@ jobs:
sudo udevadm trigger --name-match=kvm
mkdir -p ~/.android/avd/test.avd/
- name: run tests
uses: reactivecircus/android-emulator-runner@v2.33.0
uses: reactivecircus/android-emulator-runner@v2.34.0
with:
api-level: 35
arch: x86_64

2
.idea/kotlinc.xml generated
View File

@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<project version="4">
<component name="KotlinJpsPluginSettings">
<option name="version" value="1.9.20" />
<option name="version" value="2.1.20" />
</component>
</project>

1
.idea/misc.xml generated
View File

@ -1,4 +1,3 @@
<?xml version="1.0" encoding="UTF-8"?>
<project version="4">
<component name="ProjectRootManager" version="2" languageLevel="JDK_21" default="true" project-jdk-name="jbr-21" project-jdk-type="JavaSDK">
<output url="file://$PROJECT_DIR$/build/classes" />

View File

@ -81,7 +81,7 @@ dependencies {
implementation "androidx.activity:activity-ktx:1.10.1"
implementation "androidx.fragment:fragment-ktx:1.8.6"
implementation 'com.github.PhilJay:MPAndroidChart:v3.1.0'
implementation 'org.apache.commons:commons-csv:1.9.0'
implementation 'org.apache.commons:commons-csv:1.14.0'
}
repositories {
mavenCentral()

View File

@ -1,13 +1,13 @@
// Top-level build file where you can add configuration options common to all sub-projects/modules.
buildscript {
ext.kotlin_version = '1.9.20'
ext.kotlin_version = '2.1.20'
repositories {
google()
mavenCentral()
}
dependencies {
classpath 'com.android.tools.build:gradle:8.7.3'
classpath 'com.android.tools.build:gradle:8.9.1'
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version"
// NOTE: Do not place your application dependencies here; they belong
@ -16,7 +16,7 @@ buildscript {
}
plugins {
id 'com.google.devtools.ksp' version '1.9.20-1.0.14' apply false
id 'com.google.devtools.ksp' version '2.1.20-1.0.32' apply false
}
allprojects {
repositories {

View File

@ -3,4 +3,4 @@ distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-8.9-bin.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-8.11.1-bin.zip