diff --git a/README.md b/README.md index 488798e..a9c88bf 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,6 @@ A library for avoiding TransactionTooLargeException during state saving and restoration. - ## Contents * [Motivation](#motivation) @@ -15,7 +14,6 @@ A library for avoiding TransactionTooLargeException during state saving and rest * [Limitations](#limitations) * [Testing](#testing) * [License](#license) -* [Javadoc](https://jitpack.io/com/github/livefront/bridge/feature~hosted-javadoc-v1.1.0-g45d8d59-1/javadoc/index.html) ## Motivation diff --git a/bridge/build.gradle b/bridge/build.gradle index a7eb4a7..e85b635 100644 --- a/bridge/build.gradle +++ b/bridge/build.gradle @@ -21,7 +21,6 @@ dependencies { compile 'com.android.support:appcompat-v7:25.3.1' } - // build a jar with source files task sourcesJar(type: Jar) { from android.sourceSets.main.java.srcDirs @@ -44,4 +43,4 @@ task javadocJar(type: Jar, dependsOn: javadoc) { artifacts { archives sourcesJar archives javadocJar -} \ No newline at end of file +}