Skip to content

Commit

Permalink
Update kotlin
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Sep 24, 2023
1 parent b0bc9f4 commit 06d94d0
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -48,8 +48,8 @@ android {

dependencies {
constraints {
implementation('org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.8.0')
implementation('org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.8.0')
implementation('org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.9.10')
implementation('org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.9.10')
}

implementation 'com.github.pseudoankit:coachmark:v1.0.0'
Expand Down
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
// Top-level build file where you can add configuration options common to all sub-projects/modules.
buildscript {
ext {
compose_compiler = '1.3.2'
compose_compiler = '1.5.3'
GROUP_ID = "io.github.pseudoankit"
ARTIFACT_ID = "coachmark"
VERSION = "1.0.0" // (System.getenv("RELEASE_TAG_NAME") ?: "SNAPSHOT").replace("v", "")
Expand All @@ -12,7 +12,7 @@ buildscript {
plugins {
id 'com.android.application' version '8.0.1' apply false
id 'com.android.library' version '8.0.1' apply false
id 'org.jetbrains.kotlin.android' version '1.7.20' apply false
id 'org.jetbrains.kotlin.android' version '1.9.10' apply false
id("io.github.gradle-nexus.publish-plugin").version("1.1.0")
}

Expand Down

0 comments on commit 06d94d0

Please sign in to comment.