Skip to content

Commit

Permalink
increment version
Browse files Browse the repository at this point in the history
  • Loading branch information
danielyrovas committed Jun 21, 2024
1 parent 2250db8 commit 0fe64ee
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
uses: actions/setup-java@v4
with:
distribution: 'temurin'
java-version: 19
java-version: 21
cache: 'gradle'

- name: Execute Gradle build
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
uses: actions/setup-java@v4
with:
distribution: 'temurin'
java-version: 19
java-version: 21
cache: 'gradle'

- name: Execute Gradle build
Expand Down
8 changes: 4 additions & 4 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
[versions]
app-version-id = "org.yrovas.linklater"
app-version-code = "12"
app-version-name = "0.1.11"
app-javaVersion = "VERSION_19"
app-version-code = "13"
app-version-name = "1.12"
app-javaVersion = "VERSION_21"

android-kotlinJVMTarget = "19"
android-kotlinJVMTarget = "21"
android-compileSdk = "34"
android-targetSdk = "34"
android-minSdk = "24"
Expand Down

0 comments on commit 0fe64ee

Please sign in to comment.