Skip to content

Commit

Permalink
Alpha 8C
Browse files Browse the repository at this point in the history
  • Loading branch information
JorisBodin committed Jan 18, 2023
1 parent 6b1dc66 commit 0809121
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Core
Submodule Core updated 1 files
+3 −3 build.gradle
6 changes: 3 additions & 3 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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)"
Expand Down Expand Up @@ -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'
}

0 comments on commit 0809121

Please sign in to comment.