Skip to content

Commit

Permalink
chore: bump 0.0.32
Browse files Browse the repository at this point in the history
  • Loading branch information
박주렁 authored and parkjurung committed Dec 19, 2023
1 parent d83b688 commit 8b68314
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ The `credentials` field is necessary for this purpose. The required permission i
2. Add the dependency to your app's build.gradle file:
```gradle
dependencies {
implementation 'com.pagecall:pagecall-android-sdk:0.0.31' // Recommended to use the latest
implementation 'com.pagecall:pagecall-android-sdk:0.0.32' // Recommended to use the latest
}
```
3. Sync your project with the Gradle files.
Expand Down
4 changes: 2 additions & 2 deletions pagecall/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ android {
consumerProguardFiles "consumer-rules.pro"

versionCode 0
versionName "0.0.31" // Update `version` field of PagecallWebView as you change this
versionName "0.0.32" // Update `version` field of PagecallWebView as you change this
}

buildTypes {
Expand Down Expand Up @@ -44,7 +44,7 @@ ext {
GITHUB_USER = "pagecall"
GITHUB_REPO = "pagecall-android-sdk"
GITHUB_PKG_NAME = "pagecall-android-sdk"
GITHUB_PKG_VERSION = "0.0.31"
GITHUB_PKG_VERSION = "0.0.32"
}

publishing {
Expand Down
2 changes: 1 addition & 1 deletion pagecall/src/main/java/com/pagecall/PagecallWebView.java
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ public String getBaseURLString() {

private Listener listener;

final static String version = "0.0.31";
final static String version = "0.0.32";

private final static String[] defaultPagecallUrls = {"app.pagecall", "demo.pagecall", "192.168"};
private final static String jsInterfaceName = "pagecallAndroidBridge";
Expand Down

0 comments on commit 8b68314

Please sign in to comment.