Skip to content

Commit

Permalink
Release Student 6.17.0 (237)
Browse files Browse the repository at this point in the history
  • Loading branch information
tamaskozmer authored Apr 8, 2022
2 parents ac3a5fd + 51ff8db commit a079583
Show file tree
Hide file tree
Showing 544 changed files with 61,690 additions and 2,340 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -49,3 +49,5 @@ apps/true/
fastlane/.idea

apps/captures

libs/DocumentScanner/build/
2 changes: 1 addition & 1 deletion android-vault
13 changes: 13 additions & 0 deletions apps/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -58,3 +58,16 @@ task assembleAllApps() {
dependsOn ':student:assembleDevDebug'
dependsOn ':teacher:assembleDevDebug'
}

apply from: '../gradle/jacoco.gradle'

configurations.all{
resolutionStrategy {
eachDependency { details ->
if ('org.jacoco' == details.requested.group) {
details.useVersion "0.8.7"
}
}
}
}

Loading

0 comments on commit a079583

Please sign in to comment.