diff --git a/app/build.gradle b/app/build.gradle index 492a8d1..bc3b474 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -22,7 +22,7 @@ plugins { id 'com.android.application' id 'org.jetbrains.kotlin.android' id 'kotlin-parcelize' - id 'com.google.devtools.ksp' version '1.8.21-1.0.11' + id 'com.google.devtools.ksp' version '1.8.22-1.0.11' } android { @@ -33,8 +33,8 @@ android { applicationId "io.github.yamin8000.owl" minSdk 21 targetSdk 33 - versionCode 16 - versionName "1.3.3" + versionCode 17 + versionName "1.3.4" vectorDrawables { useSupportLibrary true } diff --git a/build.gradle b/build.gradle index a227cea..8dc724b 100644 --- a/build.gradle +++ b/build.gradle @@ -2,7 +2,7 @@ buildscript { ext { compose_libs_version = '1.4.3' compose_ui_libs_version = '1.4.3' - compose_compiler_version = '1.4.7' + compose_compiler_version = '1.4.8' } }/* * Owl: an android app for Owlbot Dictionary API @@ -27,8 +27,8 @@ buildscript { plugins { id 'com.android.application' version '8.0.2' apply false id 'com.android.library' version '8.0.2' apply false - id 'org.jetbrains.kotlin.android' version '1.8.21' apply false - id 'com.google.devtools.ksp' version '1.8.21-1.0.11' + id 'org.jetbrains.kotlin.android' version '1.8.22' apply false + id 'com.google.devtools.ksp' version '1.8.22-1.0.11' } task clean(type: Delete) {