Skip to content

Commit

Permalink
chore: Bumped app version
Browse files Browse the repository at this point in the history
  • Loading branch information
mukeshsolanki committed Apr 5, 2023
1 parent 601ab69 commit 3c000c8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion otpview-compose/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ android {
minSdk 21
targetSdk 33
versionCode 14
versionName "3.1.1"
versionName "3.2.0"
consumerProguardFiles "consumer-rules.pro"
}

Expand Down
2 changes: 1 addition & 1 deletion otpview/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ android {
minSdkVersion 21
targetSdkVersion 33
versionCode 14
versionName "3.1.1"
versionName "3.2.0"
}
buildTypes {
release {
Expand Down

0 comments on commit 3c000c8

Please sign in to comment.