Skip to content
This repository has been archived by the owner on Oct 22, 2023. It is now read-only.

Commit

Permalink
updated compose compiler version 1.3.4
Browse files Browse the repository at this point in the history
  • Loading branch information
yamin8000 committed Jul 7, 2023
1 parent b8c9d57 commit 5a1965d
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand All @@ -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
}
Expand Down
6 changes: 3 additions & 3 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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) {
Expand Down

0 comments on commit 5a1965d

Please sign in to comment.