Skip to content

Commit dea8774

Browse files
committed
editing gradle files
1 parent 71c31ef commit dea8774

File tree

5 files changed

+14
-11
lines changed

5 files changed

+14
-11
lines changed

app-kotlin/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ dependencies {
4646
implementation project(':sdk')
4747
//implementation 'ly.count.android:sdk:20.11.12'
4848

49-
testImplementation 'junit:junit:4.13.2'
49+
//testImplementation 'junit:junit:4.13.2'
5050
//androidTestImplementation 'androidx.test.ext:junit:1.1.3'
5151
//androidTestImplementation 'androidx.test.espresso:espresso-core:3.4.0'
5252
}

app-native/build.gradle

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -68,11 +68,11 @@ dependencies {
6868
implementation project(':sdk-native')
6969
//implementation 'ly.count.android:sdk-native:21.11.0'
7070

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'
7676
}
7777

7878
buildscript {

app/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -107,10 +107,10 @@ dependencies {
107107
implementation 'com.android.installreferrer:installreferrer:2.2'
108108

109109
//for testing
110-
// testImplementation 'junit:junit:4.13.2'
110+
testImplementation 'junit:junit:4.13.2'
111111
// androidTestImplementation 'androidx.test:runner:1.3.0'
112112
// 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'
114114
// androidTestImplementation 'androidx.test.espresso:espresso-core:3.3.0'
115115
}
116116

gradle.properties

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,9 @@ POM_LICENCE_DIST=repo
3434

3535
POM_DEVELOPER_NAME=Countly
3636

37+
SONATYPE_HOST=DEFAULT
38+
RELEASE_SIGNING_ENABLED=true
39+
3740
#SIGNING SECTION
3841
signing.keyId=xxx
3942
signing.password=xxx

sdk-native/build.gradle

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -33,9 +33,9 @@ android {
3333
dependencies {
3434
implementation fileTree(dir: 'libs', include: ['*.jar'])
3535

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'
3939
}
4040

4141
task copyLibs(type: Copy) {

0 commit comments

Comments
 (0)