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

Commit c398e77

Browse files
author
Clément Le Provost
committed
[offline] Fix version number of Offline Core dependency
Apparently, the trailing zero is required. Duh…
1 parent a66514d commit c398e77

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

algoliasearch/build-offline.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ android {
4040
}
4141

4242
dependencies {
43-
offlineCompile "com.algolia:algoliasearch-offline-core-android:1.1"
43+
offlineCompile "com.algolia:algoliasearch-offline-core-android:1.1.0"
4444
}
4545

4646

0 commit comments

Comments
 (0)