Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

3.0.4 #28

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ Developer Setup
--------------
The box preview sdk is currently private, and distributed as an aar file through maven:
```gradle
implementation 'com.box:box-android-preview-sdk:3.0.3'
implementation 'com.box:box-android-preview-sdk:3.0.4'
```

Please refer to the build.gradle file in box-preview-sample for setting up your gradle dependencies.
Expand Down
2 changes: 1 addition & 1 deletion box-preview-sample/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -28,5 +28,5 @@ android {

dependencies {
// Box SDKs
implementation 'com.box:box-android-preview-sdk:3.0.3'
implementation 'com.box:box-android-preview-sdk:3.0.4'
}