Skip to content

Commit

Permalink
v3.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
pppscn committed Feb 14, 2023
1 parent 9c6f404 commit 872a4ce
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions versions.gradle
Expand Up @@ -2,8 +2,8 @@ import java.util.regex.Matcher
import java.util.regex.Pattern

def build_versions = [:]
build_versions.version_code = 49
build_versions.version_name = "3.1.1"
build_versions.version_code = 50
build_versions.version_name = "3.2.0"
build_versions.min_sdk = 19
build_versions.target_sdk = 33
build_versions.build_tools = "33.0.1"
Expand Down

0 comments on commit 872a4ce

Please sign in to comment.