Skip to content

Commit

Permalink
app: Bump version to 1.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
YuKongA committed Jul 15, 2024
1 parent 7f3c7a4 commit cdb7e26
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/Android CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,10 @@ jobs:
with:
fetch-depth: 0

- name: Setup JDK 17
- name: Setup JDK 21
uses: actions/setup-java@v4
with:
java-version: 17
java-version: 21
distribution: 'zulu'
cache: 'gradle'

Expand Down
2 changes: 1 addition & 1 deletion app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ android {
minSdk = 26
targetSdk = 35
versionCode = getVersionCode()
versionName = "1.1.0"
versionName = "1.2.0"

vectorDrawables.useSupportLibrary = true
}
Expand Down

0 comments on commit cdb7e26

Please sign in to comment.