Skip to content

Commit 2436d0a

Browse files
committed
tweak build files
1 parent 9ee05c9 commit 2436d0a

2 files changed

Lines changed: 3 additions & 2 deletions

File tree

android-ktx/test/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ android {
9191
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
9292
if (TEST_FILTER != null) { testInstrumentationRunnerArguments.notAnnotation = TEST_FILTER }
9393
}
94-
94+
9595
buildTypes {
9696
debug {
9797
debuggable true

java/lib/build.gradle

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -614,7 +614,7 @@ project.afterEvaluate {
614614
tasks.withType(Checkstyle) { shouldRunAfter compileJava }
615615
}
616616

617-
// This task copied LiteCore binaries from their local cache <root>/common/lite-core
617+
// This task copies LiteCore binaries from their local cache <root>/common/lite-core
618618
// into the "native" directory for this build.
619619
// For MacOS and Windows that is just a single file: the appropriate LiteCore library
620620
// (a universal lib, for MacOS).
@@ -734,3 +734,4 @@ def getCommit(project, dflt) {
734734

735735
return dflt
736736
}
737+

0 commit comments

Comments
 (0)