Skip to content

Commit

Permalink
Pushwoosh Android SDK 6.7.8
Browse files Browse the repository at this point in the history
  • Loading branch information
Jenkins CI committed May 24, 2024
1 parent 385d83c commit aa77bc5
Show file tree
Hide file tree
Showing 37 changed files with 310 additions and 14 deletions.
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/bug_report.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ body:
attributes:
label: Your Pushwoosh Android SDK version
description: Your Android SDK version which was integrated to the app. You may find it on the [releases page](https://github.com/Pushwoosh/pushwoosh-android-sdk/releases)
options:n - 6.7.0n - 6.7.2n - 6.7.4n - 6.7.6
options:n - 6.7.0n - 6.7.2n - 6.7.4n - 6.7.6n - 6.7.8
- 6.6.17
- 6.6.16
- 6.6.15
Expand Down
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.7</version>
<version>6.7.8</version>
</dependency>

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

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

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

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

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

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

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

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

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

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

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

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

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

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

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

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

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

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Sources/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ subprojects {
ext.global_minSdkVersion = 21
ext.global_compileSdkVersion = 33
ext.global_targetVersion = 34
ext.global_versionName = "6.7.7"
ext.global_versionName = "6.7.8"
ext.global_targetGroupId = "com.pushwoosh"

ext.googlePlayService = "18.1.0"
Expand Down
Loading

0 comments on commit aa77bc5

Please sign in to comment.