Skip to content

Commit

Permalink
v8.3.6
Browse files Browse the repository at this point in the history
  • Loading branch information
ebraminio committed Sep 22, 2023
1 parent 4028e69 commit 40204a3
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 @@ -37,8 +37,8 @@ android {
applicationId = "com.byagowi.persiancalendar"
minSdk = 17
targetSdk = 34
versionCode = 835
versionName = "8.3.5"
versionCode = 836
versionName = "8.3.6"
testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
if (!isMinApi21Build) vectorDrawables.useSupportLibrary = true
resourceConfigurations += listOf(
Expand Down

0 comments on commit 40204a3

Please sign in to comment.