commit | 1620ec7c58c2bb475f1d0bc78b2951f89915ce46 | [log] [tgz] |
---|---|---|
author | Dave Mankoff <mankoff@google.com> | Thu Jan 09 15:47:42 2025 -0800 |
committer | Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com> | Thu Jan 09 15:47:42 2025 -0800 |
tree | 7c3f0ae8c689cea9ad5ecac1092aacb670322b75 | |
parent | 141e613cf1fa1df384556d0f6d03c8968447834b [diff] | |
parent | eac36e00c3f186713293685126c8772dcc789222 [diff] |
Upgrade okio to 3.10.2 am: eac36e00c3 Original change: https://android-review.googlesource.com/c/platform/external/okio/+/3445240 Change-Id: Id3d0b5fb98f411d32631cbf1334776b160e19c70 Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
See the project website for documentation and APIs.
Okio is a library that complements java.io
and java.nio
to make it much easier to access, store, and process your data. It started as a component of OkHttp, the capable HTTP client included in Android. It's well-exercised and ready to solve new problems.
Copyright 2013 Square, Inc. Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.