We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 22811c6 commit d8c515aCopy full SHA for d8c515a
ParseLiveQuery/src/main/AndroidManifest.xml
@@ -7,6 +7,6 @@
7
~ LICENSE file in the root directory of this source tree. An additional grant
8
~ of patent rights can be found in the PATENTS file in the same directory.
9
-->
10
-<manifest package="com.parse">
+<manifest package="com.parse.livequery">
11
<application />
12
</manifest>
ParseLiveQuery/src/test/java/com/parse/TestParseLiveQueryClient.java
@@ -34,6 +34,7 @@
34
import static org.mockito.Mockito.times;
35
import static org.mockito.Mockito.verify;
36
import static org.mockito.Mockito.when;
37
+import com.parse.livequery.BuildConfig;
38
39
@RunWith(RobolectricTestRunner.class)
40
@Config(constants = BuildConfig.class, sdk = 21)
0 commit comments