This repository was archived by the owner on Feb 14, 2020. It is now read-only.
File tree Expand file tree Collapse file tree 9 files changed +22
-12
lines changed
main/java/com/parse/twitter Expand file tree Collapse file tree 9 files changed +22
-12
lines changed Original file line number Diff line number Diff line change @@ -6,6 +6,7 @@ buildscript {
66 dependencies {
77 classpath ' com.android.tools.build:gradle:3.1.3'
88 classpath ' org.kt3k.gradle.plugin:coveralls-gradle-plugin:2.8.2'
9+ classpath ' com.github.dcendents:android-maven-gradle-plugin:2.1'
910 }
1011}
1112
@@ -19,3 +20,7 @@ allprojects {
1920 jcenter()
2021 }
2122}
23+
24+ task clean (type : Delete ) {
25+ delete rootProject. buildDir
26+ }
Original file line number Diff line number Diff line change @@ -71,3 +71,5 @@ apply plugin: 'com.github.kt3k.coveralls'
7171coveralls. jacocoReportPath = " ${ buildDir} /reports/jacoco/jacocoTestReport/jacocoTestReport.xml"
7272
7373// endregion
74+
75+ apply from : ' https://raw.githubusercontent.com/Commit451/gradle-android-javadocs/1.0.0/gradle-android-javadocs.gradle'
Original file line number Diff line number Diff line change 66 * LICENSE file in the root directory of this source tree. An additional grant
77 * of patent rights can be found in the PATENTS file in the same directory.
88 */
9- package com .parse ;
9+ package com .parse . twitter ;
1010
1111import android .content .Context ;
1212
13- import com .parse .twitter .Twitter ;
13+ import com .parse .AuthenticationCallback ;
14+ import com .parse .LogInCallback ;
15+ import com .parse .ParseException ;
16+ import com .parse .ParseUser ;
17+ import com .parse .SaveCallback ;
1418
1519import java .util .Map ;
1620import java .util .concurrent .CancellationException ;
Original file line number Diff line number Diff line change 66 * LICENSE file in the root directory of this source tree. An additional grant
77 * of patent rights can be found in the PATENTS file in the same directory.
88 */
9- package com .parse ;
9+ package com .parse . twitter ;
1010
1111import android .content .Context ;
1212
13- import com .parse .twitter .AsyncCallback ;
14- import com .parse .twitter .Twitter ;
13+ import com .parse .ParseException ;
1514
1615import java .util .HashMap ;
1716import java .util .Map ;
Original file line number Diff line number Diff line change 1414 */
1515
1616
17- package com .parse .internal .gdata ;
17+ package com .parse .twitter .gdata ;
1818
1919/**
2020 * A {@code UnicodeEscaper} that escapes some set of Java characters using
Original file line number Diff line number Diff line change 66 * LICENSE file in the root directory of this source tree. An additional grant
77 * of patent rights can be found in the PATENTS file in the same directory.
88 */
9- package com .parse .oauth ;
9+ package com .parse .twitter . oauth ;
1010
1111import android .app .ProgressDialog ;
1212import android .content .Context ;
Original file line number Diff line number Diff line change 66 * LICENSE file in the root directory of this source tree. An additional grant
77 * of patent rights can be found in the PATENTS file in the same directory.
88 */
9- package com .parse .oauth ;
9+ package com .parse .twitter . oauth ;
1010
1111/**
1212 * For internal use.
Original file line number Diff line number Diff line change 66 * LICENSE file in the root directory of this source tree. An additional grant
77 * of patent rights can be found in the PATENTS file in the same directory.
88 */
9- package com .parse ;
9+ package com .parse . twitter ;
1010
1111import android .content .Context ;
1212
13- import com .parse .twitter . ParseTwitterUtils ;
14- import com .parse .twitter . TwitterController ;
13+ import com .parse .AuthenticationCallback ;
14+ import com .parse .ParseUser ;
1515
1616import org .junit .After ;
1717import org .junit .Before ;
Original file line number Diff line number Diff line change 66 * LICENSE file in the root directory of this source tree. An additional grant
77 * of patent rights can be found in the PATENTS file in the same directory.
88 */
9- package com .parse ;
9+ package com .parse . twitter ;
1010
1111import android .content .Context ;
1212
You can’t perform that action at this time.
0 commit comments