Skip to content
This repository has been archived by the owner on May 14, 2024. It is now read-only.

Commit

Permalink
Changed build version
Browse files Browse the repository at this point in the history
#comment Just increased the build version code for a new beta
Affected: nothing
  • Loading branch information
Zorica Stojchevska committed Jul 29, 2020
1 parent 0c47526 commit b729745
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion app/src/main/java/ch/protonmail/android/core/Constants.kt
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ object Constants {
const val CONTACTS_PAGE_SIZE = 1000

// This is the app version in which the switch of the swipe gestures happens
const val SWIPE_GESTURES_CHANGED_VERSION = 728
const val SWIPE_GESTURES_CHANGED_VERSION = 729

const val MAX_ATTACHMENTS = 100
const val MAX_ATTACHMENT_FILE_SIZE_IN_BYTES = (25 * 1000 * 1000).toLong() // 25 MB
Expand Down
2 changes: 1 addition & 1 deletion buildSrc/src/main/kotlin/ProtonMail.kt
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
*/
object ProtonMail {
const val versionName = "1.13.10"
const val versionCode = 728
const val versionCode = 729

const val targetSdk = 28
const val minSdk = 21
Expand Down

0 comments on commit b729745

Please sign in to comment.