Skip to content

Commit a8f45d9

Browse files
committed
ktfmt
1 parent 32220fc commit a8f45d9

File tree

1 file changed

+20
-20
lines changed

1 file changed

+20
-20
lines changed

firebase-database-collection/firebase-database-collection.gradle.kts

Lines changed: 20 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -13,37 +13,37 @@
1313
// limitations under the License.
1414

1515
plugins {
16-
id("firebase-library")
16+
id("firebase-library")
1717
}
1818

1919
firebaseLibrary {
20-
publishSources = true
21-
publishJavadoc = false
20+
publishSources = true
21+
publishJavadoc = false
2222
}
2323

2424
android {
25-
val targetSdkVersion: Int by rootProject
26-
val minSdkVersion: Int by rootProject
25+
val targetSdkVersion: Int by rootProject
26+
val minSdkVersion: Int by rootProject
2727

28-
compileSdk = targetSdkVersion
28+
compileSdk = targetSdkVersion
2929

30-
defaultConfig {
31-
minSdk = minSdkVersion
32-
targetSdk = targetSdkVersion
33-
}
30+
defaultConfig {
31+
minSdk = minSdkVersion
32+
targetSdk = targetSdkVersion
33+
}
3434

35-
compileOptions {
36-
sourceCompatibility = JavaVersion.VERSION_1_8
37-
targetCompatibility = JavaVersion.VERSION_1_8
38-
}
35+
compileOptions {
36+
sourceCompatibility = JavaVersion.VERSION_1_8
37+
targetCompatibility = JavaVersion.VERSION_1_8
38+
}
3939
}
4040

4141
dependencies {
42-
implementation("com.google.android.gms:play-services-base:18.0.1")
42+
implementation("com.google.android.gms:play-services-base:18.0.1")
4343

44-
testImplementation("junit:junit:4.12")
45-
testImplementation("net.java:quickcheck:0.6")
44+
testImplementation("junit:junit:4.12")
45+
testImplementation("net.java:quickcheck:0.6")
4646

47-
testAnnotationProcessor("net.java:quickcheck-src-generator:0.6")
48-
testAnnotationProcessor("net.java.quickcheck:quickcheck-src-generator:0.6")
49-
}
47+
testAnnotationProcessor("net.java:quickcheck-src-generator:0.6")
48+
testAnnotationProcessor("net.java.quickcheck:quickcheck-src-generator:0.6")
49+
}

0 commit comments

Comments
 (0)