Skip to content

Commit

Permalink
Pushwoosh Android SDK 6.7.9
Browse files Browse the repository at this point in the history
  • Loading branch information
Jenkins CI committed Jun 13, 2024
1 parent 63f4ed4 commit a7d4b0d
Show file tree
Hide file tree
Showing 37 changed files with 31 additions and 456 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ Maven integration:
<dependency>
<groupId>com.pushwoosh</groupId>
<artifactId>pushwoosh</artifactId>
<version>6.7.8</version>
<version>6.7.9</version>
</dependency>

The sample projects are available here:
Expand Down
3 changes: 0 additions & 3 deletions Sources/.idea/.gitignore

This file was deleted.

Binary file removed Sources/.idea/caches/build_file_checksums.ser
Binary file not shown.
116 changes: 0 additions & 116 deletions Sources/.idea/codeStyles/Project.xml

This file was deleted.

6 changes: 0 additions & 6 deletions Sources/.idea/compiler.xml

This file was deleted.

17 changes: 0 additions & 17 deletions Sources/.idea/deploymentTargetDropDown.xml

This file was deleted.

33 changes: 0 additions & 33 deletions Sources/.idea/gradle.xml

This file was deleted.

35 changes: 0 additions & 35 deletions Sources/.idea/jarRepositories.xml

This file was deleted.

6 changes: 0 additions & 6 deletions Sources/.idea/kotlinc.xml

This file was deleted.

60 changes: 0 additions & 60 deletions Sources/.idea/modules.xml

This file was deleted.

6 changes: 0 additions & 6 deletions Sources/.idea/vcs.xml

This file was deleted.

8 changes: 4 additions & 4 deletions Sources/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -141,13 +141,13 @@ dependencies {
androidTestImplementation 'androidx.annotation:annotation:1.0.0'
androidTestImplementation 'junit:junit:4.12'

androidTestImplementation 'androidx.test.ext:junit:1.1.1'
androidTestImplementation 'androidx.test:rules:1.1.1'
androidTestImplementation 'androidx.test.ext:junit:1.1.5'
androidTestImplementation 'androidx.test:rules:1.1.5'
androidTestImplementation 'androidx.room:room-testing:2.0.0'

androidTestImplementation 'androidx.test.espresso:espresso-web:3.1.0'
androidTestImplementation 'androidx.test.ext:junit:1.1.1'
androidTestImplementation 'androidx.test:rules:1.1.1'
androidTestImplementation 'androidx.test.ext:junit:1.1.5'
androidTestImplementation 'androidx.test:rules:1.1.5'
androidTestImplementation 'androidx.test.espresso:espresso-core:3.1.0'

androidTestImplementation 'org.mockito:mockito-core:1.10.19'
Expand Down
Loading

0 comments on commit a7d4b0d

Please sign in to comment.