Skip to content

Commit

Permalink
Bump version to 3.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Maria-Bordunova committed Sep 13, 2021
1 parent 478c46d commit 8634947
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
buildscript {
ext {
release = [
versionName: "3.1.1",
versionName: "3.1.2",
versionCode: 1
]
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,6 @@ class AppModule(
}

companion object {
private const val SDK_VERSION = "3.1.1"
private const val SDK_VERSION = "3.1.2"
}
}

0 comments on commit 8634947

Please sign in to comment.