Skip to content

Commit

Permalink
ksp libs bump
Browse files Browse the repository at this point in the history
  • Loading branch information
mimoccc committed Aug 29, 2024
1 parent 199edf9 commit 6e85f6f
Show file tree
Hide file tree
Showing 4 changed files with 22 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-gradle-project.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ jobs:
# build apk for release
- name: Build Release APK
id: build_release_apk
run: ./gradlew clean assembleRelease
run: ./gradlew --stacktrace clean assembleRelease
# publish github release
- name: Create Release
id: release
Expand Down
2 changes: 1 addition & 1 deletion buildSrc/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ dependencies {
implementation(libs.ksp.api)
implementation(libs.ksp.commonDeps)
implementation(libs.ksp.aaEmbeddable)
implementation(libs.aalto.xml)
// implementation(libs.aalto.xml)

// implementation(libs.classgraph)

Expand Down
18 changes: 17 additions & 1 deletion documentation/release-notes-1.3.1.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,20 @@
## Release notes 1.0.0 - 28. 6. 2024, 23:18:07
## Release notes 1.0.0 - 29. 8. 2024, 9:11:57

* 28.08.2024

* [milan jurkulák] : adblock update
* [milan jurkulák] : merge changes from main
* [milan jurkulák] : key press exception fix
* [milan jurkulák] : lib versions bump

* 20.07.2024

* [milan jurkulák] : site creator mkdocs
* [milan jurkulák] : embedded ksp

* 29.06.2024

* [milan jurkulák] : embedded ksp

* 26.06.2024

Expand Down
6 changes: 3 additions & 3 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ jsoup = "1.17.2"
junit = "4.13.2"
#jwtdecode = "2.0.2"
korim-jvm = "4.0.2"
kotlin = "2.0.0"
kotlin = "2.0.20"
kotlinpoet = "1.16.0"
kotlinter-gradle = "4.3.0"
kotlinx-coroutines-android = "1.8.1"
Expand Down Expand Up @@ -75,7 +75,7 @@ kodein-di = "7.22.0"
gradle-catalogs-update = "0.8.4"
gradle-versions = "0.51.0"
ktlint = "11.3.2"
ksp = "2.0.0-1.0.22"
ksp = "2.0.20-1.0.24"
compose-screenshot="0.0.1-alpha04"
idea = "242.8057"
# libraries ########################################################################################
Expand Down Expand Up @@ -219,7 +219,7 @@ kotlin-annotationProcessingEmbeddable = { module = "org.jetbrains.kotlin:kotlin-
kotlin-kapt4 = { module = "org.jetbrains.kotlin:kotlin-annotation-processing-compiler", version.ref = "kotlin" }
kotlin-scriptingCompiler = { module = "org.jetbrains.kotlin:kotlin-scripting-compiler", version.ref = "kotlin" }
kotlin-junit = { module = "org.jetbrains.kotlin:kotlin-test-junit", version.ref = "kotlin" }
aalto-xml={ module="com.fasterxml:aalto-xml" , version="1.3.1"} # todo
#aalto-xml={ module="com.fasterxml:aalto-xml" , version="1.3.1"} # todo
#
#classpath("org.jetbrains.kotlin:kotlin-scripting-jsr223:1.9.22")
#classpath("org.jetbrains.kotlin:kotlin-scripting-common:1.9.22")
Expand Down

0 comments on commit 6e85f6f

Please sign in to comment.