Skip to content

Commit

Permalink
v9.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ebraminio committed Jan 30, 2024
1 parent fc8a561 commit 82b5378
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions PersianCalendar/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,8 @@ android {
applicationId = "com.byagowi.persiancalendar"
minSdk = 21
targetSdk = 34
versionCode = 900
versionName = "9.0.0"
versionCode = 910
versionName = "9.1.0"
testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
// It lowers the APK size and prevents crash in AboutScreen in API 21-23
vectorDrawables.useSupportLibrary = true
Expand Down

0 comments on commit 82b5378

Please sign in to comment.