Skip to content

Commit

Permalink
Merge pull request #298 from naz013/merge-9.6.0-into-develop
Browse files Browse the repository at this point in the history
Merge release/9.6.0 into develop
  • Loading branch information
naz013 authored Jan 24, 2025
2 parents 6ce322b + 90d4462 commit 3eb1cf5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@ android {
applicationId = "com.cray.software.justreminder"
minSdk = libs.versions.minSdk.get().toInt()
targetSdk = libs.versions.targetSdk.get().toInt()
versionCode = 328
versionName = "9.5.2"
versionCode = 329
versionName = "9.6.0"
multiDexEnabled = true
renderscriptTargetApi = 23
renderscriptSupportModeEnabled = true
Expand Down

0 comments on commit 3eb1cf5

Please sign in to comment.