Skip to content

Commit

Permalink
Version 0.0.70
Browse files Browse the repository at this point in the history
  • Loading branch information
savvasdalkitsis committed Aug 29, 2022
1 parent 54691a8 commit 46b3249
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@ buildscript {
classpath "io.gitlab.arturbosch.detekt:detekt-gradle-plugin:1.21.0-RC1"
}

project.ext.set("app_version_code", 62)
project.ext.set("app_version_name", "0.0.69")
project.ext.set("app_version_code", 63)
project.ext.set("app_version_name", "0.0.70")

}// Top-level build file where you can add configuration options common to all sub-projects/modules.
plugins {
Expand Down
4 changes: 4 additions & 0 deletions fastlane/metadata/android/en-GB/changelogs/63.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
* Always logging exceptions regardless of user settings to help with troubleshooting
* Fixing crash with server model changes
* Translations
* Updating dependencies

0 comments on commit 46b3249

Please sign in to comment.