Skip to content

Commit

Permalink
Merge pull request #8 from takahirom/takahirom/update-kotlin-1.9.23/2…
Browse files Browse the repository at this point in the history
…024-09-20

Fix unresolved reference in Rin by updating Kotlin
  • Loading branch information
takahirom authored Sep 19, 2024
2 parents cbcae23 + d7e6a85 commit c9c742f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 8 deletions.
9 changes: 2 additions & 7 deletions .github/workflows/gradle.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,3 @@
# This workflow uses actions that are not certified by GitHub.
# They are provided by a third-party and are governed by
# separate terms of service, privacy policy, and support
# documentation.
# This workflow will build a Java project with Gradle and cache/restore any dependencies to improve the workflow execution time
# For more information see: https://docs.github.com/en/actions/automating-builds-and-tests/building-and-testing-java-with-gradle

name: Java CI with Gradle

on:
Expand All @@ -30,6 +23,8 @@ jobs:
# os: ubuntu-latest
- target: testReleaseUnitTest
os: ubuntu-latest
- target: compileCommonMainKotlinMetadata
os: ubuntu-latest
runs-on: ${{ matrix.os }}

steps:
Expand Down
2 changes: 1 addition & 1 deletion gradle/libs.versions.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[versions]
agp = "8.3.1"
kotlin = "1.9.22"
kotlin = "1.9.23"
nexus-publish = "2.0.0"
android-minSdk = "21"
android-compileSdk = "34"
Expand Down

0 comments on commit c9c742f

Please sign in to comment.