Skip to content

Commit

Permalink
updated build version
Browse files Browse the repository at this point in the history
  • Loading branch information
suyash01 committed Aug 9, 2024
1 parent 11bfb4a commit ea4bcd5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
- name: Clone repo
uses: actions/checkout@v4

- name: Set up JDK 17
- name: Set up JDK 21
uses: actions/setup-java@v4
with:
java-version: 21
Expand Down
4 changes: 2 additions & 2 deletions app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@ android {
applicationId = "com.suyash.creditmanager"
minSdk = 26
targetSdk = 35
versionCode = 25
versionName = "1.0.24"
versionCode = 26
versionName = "1.0.25"

testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
vectorDrawables {
Expand Down

0 comments on commit ea4bcd5

Please sign in to comment.