Skip to content

Commit

Permalink
Merge pull request #37 from yshrsmz/release-v0.10.0
Browse files Browse the repository at this point in the history
  • Loading branch information
yshrsmz authored May 16, 2022
2 parents e5ab6ac + b093438 commit 3454605
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 3 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,13 @@ Change Log

Badges: `[UPDATED]`, `[FIXED]`, `[ADDED]`, `[DEPRECATED]`, `[REMOVED]`, `[BREAKING]`

Version 0.10.0 *(TBD)*
Version 0.10.0 *(2022/05/16)*
---

* `[UPDATED]`: Kotlin 1.6.21
* `[UPDATED]`: Gradle wrapper 7.4.2
* `[UPDATED]`: Android Gradle Plugin 7.1.3
* `[UPDATED]`: Android compileSdk 31

Version 0.9.0 *(2022/02/02)*
---
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ kotlin.js.compiler=both
kotlin.mpp.stability.nowarn=true
#
GROUP=com.codingfeline.kgql
VERSION_NAME=0.9.1-SNAPSHOT
VERSION_NAME=0.10.0
#
POM_URL=https://github.com/yshrsmz/kgql/
POM_SCM_URL=https://github.com/yshrsmz/kgql/
Expand Down
2 changes: 1 addition & 1 deletion gradle/libs.versions.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[versions]
compileSdk = "30"
compileSdk = "31"
kotlin = "1.6.21"
dokka = "1.6.21"
agp = "7.1.3"
Expand Down
1 change: 1 addition & 0 deletions kgql-compiler/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ val VERSION = "${project.version}"
afterEvaluate {
tasks.named('compileKotlin').configure { dependsOn('pluginVersion') }
tasks.named('dokkaHtml').configure { dependsOn('pluginVersion') }
tasks.named('javaSourcesJar').configure { dependsOn('pluginVersion') }
}

compileKotlin {
Expand Down

0 comments on commit 3454605

Please sign in to comment.