Skip to content

Commit

Permalink
update build.gradle config
Browse files Browse the repository at this point in the history
  • Loading branch information
pmokeev committed Aug 3, 2021
1 parent 1721b18 commit 7b7d19b
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ apply plugin: 'com.android.application'
android {
compileSdkVersion 29
buildToolsVersion "29.0.2"
ndkVersion "22.1.7171670"
defaultConfig {
applicationId "skoltech.mobilerobotics.capturesync"
minSdkVersion 23
Expand All @@ -23,6 +24,14 @@ android {
}
}

tasks.withType(Test) {
testLogging {
exceptionFormat "full"
events "started", "skipped", "passed", "failed"
showStandardStreams true
}
}

dependencies {
implementation fileTree(dir: 'libs', include: ['*.jar'])
implementation 'androidx.appcompat:appcompat:1.0.2'
Expand Down

0 comments on commit 7b7d19b

Please sign in to comment.