Skip to content
This repository was archived by the owner on Jan 31, 2022. It is now read-only.

Commit 58b722b

Browse files
author
Clément Le Provost
committed
chore(offline): Update Offline Core license key
1 parent 9b237fe commit 58b722b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

algoliasearch/src/testOffline/java/com/algolia/search/saas/OfflineTestBase.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ public void setUp() throws Exception {
110110
client = new OfflineClient(RuntimeEnvironment.application, Helpers.app_id, Helpers.api_key);
111111
// NOTE: We don't really control the package name with Robolectric's supplied application.
112112
// The license below is generated for package "com.algolia.search.saas.android".
113-
client.enableOfflineMode("AkcFAQH/8t68Bf+khLkFZBhBbGdvbGlhIERldmVsb3BtZW50IFRlYW0fY29tLmFsZ29saWEuc2VhcmNoLnNhYXMuYW5kcm9pZDAtAhRETtx0EMmO5K7HzhJCO4rcdqI5jQIVAKOZrmizb82ntMb6x+aQKqet9J5x");
113+
client.enableOfflineMode("AkcFAQH/pIS5Bf+zpLUFZBhBbGdvbGlhIERldmVsb3BtZW50IFRlYW0fY29tLmFsZ29saWEuc2VhcmNoLnNhYXMuYW5kcm9pZDAtAhR5PKPCETwiBwN+FnUsMtDHwnIlngIVAKY1bFra5zh0fMscmoJ71RA6L3aQ");
114114

115115
// WARNING: Robolectric cannot work with custom executors in `AsyncTask`, so we substitute the client's
116116
// executor with a Robolectric-compliant one.

0 commit comments

Comments
 (0)