Build | Status |
---|---|
Nightly, Authenticated, JDK 11 | |
Nightly, Unauthenticated, JDK 11 | |
Nightly, Unauthenticated, JDK 15 | |
Last Commit |
Add a dependency on the core API:
implementation "org.librarysimplified.drm:org.librarysimplified.drm.core:1.1.0"
Make sure you clone this repository with git clone --recursive
.
If you forgot to use --recursive
, then execute:
$ git submodule init
$ git submodule update --remote --recursive
- Ensure that the location of your Android SDK is specified in
local.properties
. For example:
$ cat local.properties
sdk.dir=/path/to/android-sdk
- Build the code:
$ ./gradlew clean assemble test
- Optionally publish the code to your local Maven repository:
$ ./gradlew clean assemble test publishToMavenLocal
Module | Description |
---|---|
org.librarysimplified.drm.core | Core API |
org.librarysimplified.drm.core.tests | Unit tests |
© 2015 The New York Public Library, Astor, Lenox, and Tilden Foundations
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.