Skip to content

Commit

Permalink
editing gradle files
Browse files Browse the repository at this point in the history
  • Loading branch information
ArtursKadikis committed Aug 11, 2022
1 parent 71c31ef commit dea8774
Show file tree
Hide file tree
Showing 5 changed files with 14 additions and 11 deletions.
2 changes: 1 addition & 1 deletion app-kotlin/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ dependencies {
implementation project(':sdk')
//implementation 'ly.count.android:sdk:20.11.12'

testImplementation 'junit:junit:4.13.2'
//testImplementation 'junit:junit:4.13.2'
//androidTestImplementation 'androidx.test.ext:junit:1.1.3'
//androidTestImplementation 'androidx.test.espresso:espresso-core:3.4.0'
}
10 changes: 5 additions & 5 deletions app-native/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -68,11 +68,11 @@ dependencies {
implementation project(':sdk-native')
//implementation 'ly.count.android:sdk-native:21.11.0'

testImplementation 'junit:junit:4.13.2'
androidTestImplementation 'androidx.test:runner:1.3.0'
androidTestImplementation 'androidx.test:core:1.3.0'
androidTestImplementation 'androidx.test.ext:junit:1.1.2'
androidTestImplementation 'androidx.test.espresso:espresso-core:3.3.0'
// testImplementation 'junit:junit:4.13.2'
// androidTestImplementation 'androidx.test:runner:1.3.0'
// androidTestImplementation 'androidx.test:core:1.3.0'
// androidTestImplementation 'androidx.test.ext:junit:1.1.2'
// androidTestImplementation 'androidx.test.espresso:espresso-core:3.3.0'
}

buildscript {
Expand Down
4 changes: 2 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -107,10 +107,10 @@ dependencies {
implementation 'com.android.installreferrer:installreferrer:2.2'

//for testing
// testImplementation 'junit:junit:4.13.2'
testImplementation 'junit:junit:4.13.2'
// androidTestImplementation 'androidx.test:runner:1.3.0'
// androidTestImplementation 'androidx.test:core:1.3.0'
// androidTestImplementation 'androidx.test.ext:junit:1.1.2'
androidTestImplementation 'androidx.test.ext:junit:1.1.2'
// androidTestImplementation 'androidx.test.espresso:espresso-core:3.3.0'
}

Expand Down
3 changes: 3 additions & 0 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,9 @@ POM_LICENCE_DIST=repo

POM_DEVELOPER_NAME=Countly

SONATYPE_HOST=DEFAULT
RELEASE_SIGNING_ENABLED=true

#SIGNING SECTION
signing.keyId=xxx
signing.password=xxx
Expand Down
6 changes: 3 additions & 3 deletions sdk-native/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -33,9 +33,9 @@ android {
dependencies {
implementation fileTree(dir: 'libs', include: ['*.jar'])

testImplementation 'junit:junit:4.13.2'
androidTestImplementation 'androidx.test:runner:1.3.0'
androidTestImplementation 'androidx.test.espresso:espresso-core:3.2.0'
//testImplementation 'junit:junit:4.13.2'
//androidTestImplementation 'androidx.test:runner:1.3.0'
//androidTestImplementation 'androidx.test.espresso:espresso-core:3.2.0'
}

task copyLibs(type: Copy) {
Expand Down

0 comments on commit dea8774

Please sign in to comment.