File tree Expand file tree Collapse file tree 1 file changed +20
-20
lines changed
firebase-database-collection Expand file tree Collapse file tree 1 file changed +20
-20
lines changed Original file line number Diff line number Diff line change 13
13
// limitations under the License.
14
14
15
15
plugins {
16
- id(" firebase-library" )
16
+ id(" firebase-library" )
17
17
}
18
18
19
19
firebaseLibrary {
20
- publishSources = true
21
- publishJavadoc = false
20
+ publishSources = true
21
+ publishJavadoc = false
22
22
}
23
23
24
24
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
27
27
28
- compileSdk = targetSdkVersion
28
+ compileSdk = targetSdkVersion
29
29
30
- defaultConfig {
31
- minSdk = minSdkVersion
32
- targetSdk = targetSdkVersion
33
- }
30
+ defaultConfig {
31
+ minSdk = minSdkVersion
32
+ targetSdk = targetSdkVersion
33
+ }
34
34
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
+ }
39
39
}
40
40
41
41
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" )
43
43
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" )
46
46
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
+ }
You can’t perform that action at this time.
0 commit comments