Skip to content

Commit

Permalink
Updates to Android Studio Hedgehog | 2023.1.1 Patch 2
Browse files Browse the repository at this point in the history
  • Loading branch information
vitorpamplona committed Jan 31, 2024
1 parent d756303 commit 34d373c
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 10 deletions.
2 changes: 1 addition & 1 deletion .idea/kotlinc.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 2 additions & 1 deletion app/build.gradle
Expand Up @@ -141,7 +141,8 @@ android {
}

composeOptions {
kotlinCompilerExtensionVersion "1.5.3"
// Should match compose version : https://developer.android.com/jetpack/androidx/releases/compose-kotlin
kotlinCompilerExtensionVersion "1.5.8"
}

packagingOptions {
Expand Down
2 changes: 1 addition & 1 deletion benchmark/build.gradle
Expand Up @@ -52,7 +52,7 @@ dependencies {
androidTestImplementation 'androidx.test:runner:1.5.2'
androidTestImplementation 'androidx.test.ext:junit:1.1.5'
androidTestImplementation 'junit:junit:4.13.2'
androidTestImplementation 'androidx.benchmark:benchmark-junit4:1.2.2'
androidTestImplementation 'androidx.benchmark:benchmark-junit4:1.2.3'
androidTestImplementation project(path: ':quartz')

// Add your dependencies here. Note that you cannot benchmark code
Expand Down
14 changes: 7 additions & 7 deletions build.gradle
Expand Up @@ -20,13 +20,13 @@ buildscript {
}

plugins {
id 'com.android.application' version '8.2.1' apply false
id 'com.android.library' version '8.2.1' apply false
id 'org.jetbrains.kotlin.android' version '1.9.10' apply false
id 'org.jetbrains.kotlin.jvm' version '1.9.10' apply false
id 'org.jetbrains.kotlin.plugin.serialization' version '1.9.10' apply false
id 'androidx.benchmark' version '1.1.1' apply false
id 'com.diffplug.spotless' version '6.22.0' apply false
id 'com.android.application' version '8.2.2' apply false
id 'com.android.library' version '8.2.2' apply false
id 'org.jetbrains.kotlin.android' version '1.9.22' apply false
id 'org.jetbrains.kotlin.jvm' version '1.9.22' apply false
id 'org.jetbrains.kotlin.plugin.serialization' version '1.9.22' apply false
id 'androidx.benchmark' version '1.2.3' apply false
id 'com.diffplug.spotless' version '6.25.0' apply false
}

subprojects {
Expand Down

0 comments on commit 34d373c

Please sign in to comment.