File tree Expand file tree Collapse file tree 5 files changed +14
-11
lines changed Expand file tree Collapse file tree 5 files changed +14
-11
lines changed Original file line number Diff line number Diff line change @@ -46,7 +46,7 @@ dependencies {
46
46
implementation project(' :sdk' )
47
47
// implementation 'ly.count.android:sdk:20.11.12'
48
48
49
- testImplementation ' junit:junit:4.13.2'
49
+ // testImplementation 'junit:junit:4.13.2'
50
50
// androidTestImplementation 'androidx.test.ext:junit:1.1.3'
51
51
// androidTestImplementation 'androidx.test.espresso:espresso-core:3.4.0'
52
52
}
Original file line number Diff line number Diff line change @@ -68,11 +68,11 @@ dependencies {
68
68
implementation project(' :sdk-native' )
69
69
// implementation 'ly.count.android:sdk-native:21.11.0'
70
70
71
- testImplementation ' junit:junit:4.13.2'
72
- androidTestImplementation ' androidx.test:runner:1.3.0'
73
- androidTestImplementation ' androidx.test:core:1.3.0'
74
- androidTestImplementation ' androidx.test.ext:junit:1.1.2'
75
- androidTestImplementation ' androidx.test.espresso:espresso-core:3.3.0'
71
+ // testImplementation 'junit:junit:4.13.2'
72
+ // androidTestImplementation 'androidx.test:runner:1.3.0'
73
+ // androidTestImplementation 'androidx.test:core:1.3.0'
74
+ // androidTestImplementation 'androidx.test.ext:junit:1.1.2'
75
+ // androidTestImplementation 'androidx.test.espresso:espresso-core:3.3.0'
76
76
}
77
77
78
78
buildscript {
Original file line number Diff line number Diff line change @@ -107,10 +107,10 @@ dependencies {
107
107
implementation ' com.android.installreferrer:installreferrer:2.2'
108
108
109
109
// for testing
110
- // testImplementation 'junit:junit:4.13.2'
110
+ testImplementation ' junit:junit:4.13.2'
111
111
// androidTestImplementation 'androidx.test:runner:1.3.0'
112
112
// androidTestImplementation 'androidx.test:core:1.3.0'
113
- // androidTestImplementation 'androidx.test.ext:junit:1.1.2'
113
+ androidTestImplementation ' androidx.test.ext:junit:1.1.2'
114
114
// androidTestImplementation 'androidx.test.espresso:espresso-core:3.3.0'
115
115
}
116
116
Original file line number Diff line number Diff line change @@ -34,6 +34,9 @@ POM_LICENCE_DIST=repo
34
34
35
35
POM_DEVELOPER_NAME =Countly
36
36
37
+ SONATYPE_HOST =DEFAULT
38
+ RELEASE_SIGNING_ENABLED =true
39
+
37
40
# SIGNING SECTION
38
41
signing.keyId =xxx
39
42
signing.password =xxx
Original file line number Diff line number Diff line change @@ -33,9 +33,9 @@ android {
33
33
dependencies {
34
34
implementation fileTree(dir : ' libs' , include : [' *.jar' ])
35
35
36
- testImplementation ' junit:junit:4.13.2'
37
- androidTestImplementation ' androidx.test:runner:1.3.0'
38
- androidTestImplementation ' androidx.test.espresso:espresso-core:3.2.0'
36
+ // testImplementation 'junit:junit:4.13.2'
37
+ // androidTestImplementation 'androidx.test:runner:1.3.0'
38
+ // androidTestImplementation 'androidx.test.espresso:espresso-core:3.2.0'
39
39
}
40
40
41
41
task copyLibs (type : Copy ) {
You can’t perform that action at this time.
0 commit comments