diff --git a/app/build.gradle b/app/build.gradle index 7a163d5..7c6915a 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -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 @@ -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'