Skip to content

Commit

Permalink
minor bug fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
p32929 committed Dec 2, 2019
1 parent 0d05b3f commit effa1dc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ Add the dependency

```
dependencies {
implementation 'com.github.p32929:HouseAds2:1.0.0.10'
implementation 'com.github.p32929:HouseAds2:1.0.0.11'
}
```

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -189,7 +189,7 @@ public void onShow(DialogInterface dialogInterface) {
dialog.show();
}

private void shareApp() {
public void shareApp() {
Intent sendIntent = new Intent();
sendIntent.setAction(Intent.ACTION_SEND);
sendIntent.putExtra(Intent.EXTRA_TEXT, sharePreString + "https://play.google.com/store/apps/details?id=" + context.getPackageName());
Expand Down

0 comments on commit effa1dc

Please sign in to comment.