diff --git a/build.gradle b/build.gradle index c2f83c6..543a556 100644 --- a/build.gradle +++ b/build.gradle @@ -1,9 +1,9 @@ //file:noinspection unused plugins { - id 'com.android.application' version '7.4.0' apply false - id 'com.android.library' version '7.4.0' apply false - id 'org.jetbrains.kotlin.android' version '1.7.22' apply false - id 'org.jetbrains.kotlin.jvm' version '1.7.22' apply false + id 'com.android.application' version '7.4.1' apply false + id 'com.android.library' version '7.4.1' apply false + id 'org.jetbrains.kotlin.android' version '1.8.20' apply false + id 'org.jetbrains.kotlin.jvm' version '1.8.20' apply false } ext { diff --git a/demo-app/build.gradle b/demo-app/build.gradle index 64854ef..fa42d16 100644 --- a/demo-app/build.gradle +++ b/demo-app/build.gradle @@ -45,9 +45,9 @@ android { dependencies { implementation project(':yukireflection') - implementation 'androidx.core:core-ktx:1.9.0' - implementation 'androidx.appcompat:appcompat:1.6.0' - implementation 'com.google.android.material:material:1.7.0' + implementation 'androidx.core:core-ktx:1.10.0' + implementation 'androidx.appcompat:appcompat:1.6.1' + implementation 'com.google.android.material:material:1.8.0' implementation 'androidx.constraintlayout:constraintlayout:2.1.4' testImplementation 'junit:junit:4.13.2' androidTestImplementation 'androidx.test.ext:junit:1.1.5' diff --git a/gradle/wrapper/gradle-wrapper.properties b/gradle/wrapper/gradle-wrapper.properties index ef27fcd..7c8e6ae 100644 --- a/gradle/wrapper/gradle-wrapper.properties +++ b/gradle/wrapper/gradle-wrapper.properties @@ -1,6 +1,6 @@ #Sat Jan 21 10:47:38 CST 2023 distributionBase=GRADLE_USER_HOME -distributionUrl=https\://services.gradle.org/distributions/gradle-7.6-bin.zip +distributionUrl=https\://services.gradle.org/distributions/gradle-8.0.2-bin.zip distributionPath=wrapper/dists zipStorePath=wrapper/dists zipStoreBase=GRADLE_USER_HOME diff --git a/yukireflection/build.gradle b/yukireflection/build.gradle index 2f2b47f..08ee98e 100644 --- a/yukireflection/build.gradle +++ b/yukireflection/build.gradle @@ -37,7 +37,7 @@ tasks.withType(org.jetbrains.kotlin.gradle.tasks.KotlinCompile).configureEach { dependencies { compileOnly fileTree(include: ['*.jar'], dir: 'libs') - implementation 'androidx.annotation:annotation:1.5.0' + implementation 'androidx.annotation:annotation:1.6.0' } group = rootProject.ext.groupId