From 0809121d2a87dbb2c84e4d337ae7b44f6b620c77 Mon Sep 17 00:00:00 2001 From: Joris Bodin Date: Wed, 18 Jan 2023 15:10:36 +0100 Subject: [PATCH] Alpha 8C --- Core | 2 +- app/build.gradle | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Core b/Core index 13013d6103..996fe81100 160000 --- a/Core +++ b/Core @@ -1 +1 @@ -Subproject commit 13013d61035d8adebc80b8dad2b2706fd103391f +Subproject commit 996fe8110078ae9659d208e3024d5d91c28a319e diff --git a/app/build.gradle b/app/build.gradle index e3fc4346e6..c6c0b61596 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -23,8 +23,8 @@ android { applicationId 'com.infomaniak.mail' minSdk 25 targetSdk 33 - versionCode 1_00_000_07 - versionName '1.0-Alpha7' + versionCode 1_00_000_08 + versionName '1.0-Alpha8C' testInstrumentationRunner 'androidx.test.runner.AndroidJUnitRunner' setProperty "archivesBaseName", "kmail-$versionName ($versionCode)" @@ -71,7 +71,7 @@ dependencies { implementation 'androidx.work:work-runtime-ktx:2.7.1' implementation 'androidx.webkit:webkit:1.6.0-rc01' - androidTestImplementation 'androidx.test:runner:1.5.1' + androidTestImplementation 'androidx.test:runner:1.5.2' testImplementation 'org.junit.jupiter:junit-jupiter' testRuntimeOnly 'org.junit.jupiter:junit-jupiter-engine:5.9.1' }