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

Commit

Permalink
Merge branch 'chore/core-9-2-2' into 'develop'
Browse files Browse the repository at this point in the history
Update Core to 9.2.2

See merge request android/mail/proton-mail-android!1196
  • Loading branch information
marinomeneghel committed Oct 31, 2022
2 parents 7fa6499 + 537773a commit 7414525
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 8 deletions.
2 changes: 1 addition & 1 deletion .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,7 @@ firebase feature tests:
dependencies:
- build uiAutomation
rules:
- if: '$TEST_TYPE == "feature" || $TEST_TYPE == "regression"'
- when: never
tags:
- medium
variables:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,7 @@ import ch.protonmail.android.uitests.testsHelper.TestData.fwSubject
import ch.protonmail.android.uitests.testsHelper.TestData.updatedSubject
import ch.protonmail.android.uitests.testsHelper.TestUser.internalEmailTrustedKeys
import ch.protonmail.android.uitests.testsHelper.TestUser.onePassUser
import ch.protonmail.android.uitests.testsHelper.annotations.SmokeTest
import ch.protonmail.android.uitests.testsHelper.annotations.TestId
import org.junit.experimental.categories.Category
import kotlin.test.BeforeTest
import kotlin.test.Test

Expand Down Expand Up @@ -69,7 +67,6 @@ class ForwardMessageTests : BaseTest() {
}

@TestId("1950")
@Category(SmokeTest::class)
@Test
fun forwardMessageWithAttachment() {
val to = internalEmailTrustedKeys.email
Expand Down
4 changes: 2 additions & 2 deletions buildSrc/src/main/kotlin/ProtonMail.kt
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@ import org.gradle.api.JavaVersion
*/
object ProtonMail {

const val versionName = "3.0.8"
const val versionCode = 922
const val versionName = "3.0.9"
const val versionCode = 923

const val compileSdk = 32
const val targetSdk = 31
Expand Down
2 changes: 1 addition & 1 deletion buildSrc/src/main/kotlin/versionsConfig.kt
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ fun initVersions() {
}

// Proton Core
const val `Proton-core version` = "9.2.1"
const val `Proton-core version` = "9.2.2"

// Test
const val `aerogear version` = "1.0.0" // Released: Mar 23, 2013
Expand Down
2 changes: 1 addition & 1 deletion proton-libs
Submodule proton-libs updated from 2c4f24 to f09138

0 comments on commit 7414525

Please sign in to comment.