Skip to content

Commit

Permalink
Update Pushy Android SDK to 1.0.86
Browse files Browse the repository at this point in the history
  • Loading branch information
eladnava committed Aug 7, 2022
1 parent b4e47e2 commit a1e6fb9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion app/app.iml
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@
</content>
<orderEntry type="jdk" jdkName="Android API 28 Platform" jdkType="Android SDK" />
<orderEntry type="sourceFolder" forTests="false" />
<orderEntry type="library" name="Gradle: me.pushy:sdk:1.0.84@jar" level="project" />
<orderEntry type="library" name="Gradle: me.pushy:sdk:1.0.86@jar" level="project" />
<orderEntry type="library" name="Gradle: org.ocpsoft.prettytime:prettytime:4.0.4.Final@jar" level="project" />
<orderEntry type="library" name="Gradle: androidx.collection:collection:1.1.0@jar" level="project" />
<orderEntry type="library" name="Gradle: androidx.arch.core:core-common:2.1.0@jar" level="project" />
Expand Down
2 changes: 1 addition & 1 deletion app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ android {

dependencies {
// Pushy SDK
implementation 'me.pushy:sdk:1.0.84'
implementation 'me.pushy:sdk:1.0.86'

// PrettyTime
implementation 'org.ocpsoft.prettytime:prettytime:4.0.4.Final'
Expand Down

0 comments on commit a1e6fb9

Please sign in to comment.