Skip to content

Commit e0ac9f2

Browse files
committed
Change ParseUI-Widget package name, update README and nit changes
1 parent 857a83f commit e0ac9f2

File tree

5 files changed

+4
-5
lines changed

5 files changed

+4
-5
lines changed

ParseUI-Widget/build.gradle

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,6 @@
2121
apply plugin: 'com.android.library'
2222

2323
dependencies {
24-
compile 'com.android.support:support-v4:22.0.0'
2524
compile 'com.parse:parse-android:1.10.1'
2625

2726
androidTestCompile 'com.google.dexmaker:dexmaker:1.2'

ParseUI-Widget/src/androidTest/java/com/parse/ParseImageViewTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
import android.graphics.drawable.Drawable;
2929
import android.test.InstrumentationTestCase;
3030

31-
import com.parse.test.R;
31+
import com.parse.widget.test.R;
3232

3333
import java.io.ByteArrayOutputStream;
3434
import java.util.Arrays;

ParseUI-Widget/src/androidTest/java/com/parse/ParseQueryAdapterTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
import bolts.Capture;
4242
import bolts.Task;
4343

44-
import com.parse.test.R;
44+
import com.parse.widget.test.R;
4545

4646
import static org.mockito.Matchers.any;
4747
import static org.mockito.Mockito.mock;

ParseUI-Widget/src/main/AndroidManifest.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,6 @@
1919
2020
-->
2121

22-
<manifest package="com.parse">
22+
<manifest package="com.parse.widget">
2323
<application />
2424
</manifest>

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ This project contains two libraries, `ParseUI-Login` and `ParseUI-Widget`.
44

55
The `ParseUI-Login` library is used for building login and signup flows with the Parse Android SDK. You can easily configure the look and feel of the login screens by either specifying XML configurations or constructing an Intent in code.
66

7-
The `ParseUI-Widget` library provides several useful UI widgets which integrate with `ParseObject` seamlessly.
7+
The `ParseUI-Widget` library provides several useful UI widgets which integrate with [Parse SDK](https://github.com/ParsePlatform/Parse-SDK-Android) seamlessly.
88

99

1010
## Import to your project

0 commit comments

Comments
 (0)