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

Commit 0068f5c

Browse files
author
Clément Le Provost
committed
Disable the offline product flavor
… until the SDK is ready, no need to expose it, since it wouldn’t compile anyway.
1 parent 4f11971 commit 0068f5c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

algoliasearch/build.gradle

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,8 @@ android {
5151
online
5252
// The offline-enabled API client, adding offline features on top of the online client.
5353
// NOTE: Requires Algolia's SDK.
54-
offline
54+
// NOTE: Disabled so far.
55+
// offline
5556
}
5657
}
5758

0 commit comments

Comments
 (0)