Skip to content

Commit

Permalink
bupm to 3.9.2
Browse files Browse the repository at this point in the history
Signed-off-by: tobiasKaminsky <[email protected]>
  • Loading branch information
tobiasKaminsky committed Dec 5, 2019
1 parent da10e9e commit 0103d58
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ repositories {
// semantic versioning for version code
def versionMajor = 3
def versionMinor = 9
def versionPatch = 1
def versionPatch = 2
def versionBuild = 90 // 0-50=Alpha / 51-98=RC / 90-99=stable

for (TaskExecutionRequest tr : getGradle().getStartParameter().getTaskRequests()) {
Expand Down
5 changes: 5 additions & 0 deletions fastlane/metadata/android/en-US/changelogs/30090290.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
3.9.2 (December, 05, 2019)

- HOTFIX: fix login loop
- Fix crash on opening png images
- Translation updates

0 comments on commit 0103d58

Please sign in to comment.