Skip to content

Commit

Permalink
Update to Kotlin 1.7.21
Browse files Browse the repository at this point in the history
  • Loading branch information
gergelydaniel committed Nov 21, 2022
1 parent e0e7b26 commit 1480e70
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
4 changes: 2 additions & 2 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -6,15 +6,15 @@ buildscript {
mavenCentral()
}
dependencies {
classpath("org.jetbrains.kotlin:kotlin-gradle-plugin:1.7.10")
classpath("org.jetbrains.kotlin:kotlin-gradle-plugin:1.7.21")
classpath("com.android.tools.build:gradle:7.0.4")
}
}

val versionInfo = versionInfo()
println("Version:${versionInfo.versionName}, Type:${versionInfo.type}")

rootProject.ext["kotlin_version"] = "1.7.10"
rootProject.ext["kotlin_version"] = "1.7.21"

allprojects {
repositories {
Expand Down
4 changes: 1 addition & 3 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,12 +18,10 @@ Despite it not being ready I can still recommend using it, since it's designed t

## Install

_Latest version is not yet published, publishing from CI/CD will be set up soon™_

```groovy
maven { url '"https://jitpack.io"' }
implementation 'com.github.gergelydaniel.kgl:$artifactName:0.4'
implementation 'com.github.gergelydaniel.kgl:$artifactName:0.5'
```

## Build
Expand Down

0 comments on commit 1480e70

Please sign in to comment.