Skip to content

Commit

Permalink
Release: 0.32.0
Browse files Browse the repository at this point in the history
  • Loading branch information
agnostic-apollo committed Apr 17, 2024
1 parent b9b4f0f commit 0d5c8cc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@ android {
applicationId "com.termux.styling"
minSdk project.properties.minSdkVersion.toInteger()
targetSdk project.properties.targetSdkVersion.toInteger()
versionCode 31
versionName "0.31.0"
versionCode 32
versionName "0.32.0"

if (appVersionName) versionName = appVersionName
validateVersionName(versionName)
Expand Down

0 comments on commit 0d5c8cc

Please sign in to comment.