Skip to content

Commit

Permalink
abcd
Browse files Browse the repository at this point in the history
  • Loading branch information
Tiebe committed Nov 23, 2023
1 parent 485bd34 commit 6bcd91a
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ buildscript {
mavenCentral()
}
dependencies {
classpath("org.jetbrains.kotlin:kotlin-gradle-plugin:1.9.0")
classpath("org.jetbrains.kotlin:kotlin-gradle-plugin:1.8.20")
classpath("com.android.tools.build:gradle:8.0.2")
}
}
Expand Down
1 change: 0 additions & 1 deletion convention-plugins/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,4 @@ plugins {
}

dependencies {
implementation("io.github.gradle-nexus.publish-plugin:io.github.gradle-nexus.publish-plugin.gradle.plugin:2.0.0-rc-1")
}
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ android.useAndroidX=true
kotlin.mpp.enableCInteropCommonization=true
kotlin.native.binary.memoryModel=experimental

build_version=1.1.13
build_version=1.1.13-old

#org.gradle.parallel=true
#org.gradle.caching=true
Expand Down

0 comments on commit 6bcd91a

Please sign in to comment.