Skip to content

Commit

Permalink
update the version to 1.3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
javadjafari1 committed Jan 11, 2024
1 parent b348c40 commit 92e86d8
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 @@ -32,8 +32,8 @@ android {
applicationId = "ir.thatsmejavad.backgroundable"
minSdk = 24
targetSdk = 34
versionCode = 8
versionName = "1.3.1"
versionCode = 9
versionName = "1.3.2"

resourceConfigurations.addAll(listOf("en", "fa"))
testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
Expand Down

0 comments on commit 92e86d8

Please sign in to comment.