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

Commit 0465d46

Browse files
author
Clément Le Provost
committed
Fix missing apply in Gradle script
Probably a side effect of THE merge. :/
1 parent c862177 commit 0465d46

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

algoliasearch/build.gradle

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,8 @@ android {
5656
}
5757
}
5858

59+
apply from: 'android-release-jar.gradle'
60+
5961
dependencies {
6062
compile 'com.android.support:appcompat-v7:21.0.3'
6163
compile fileTree(include: ['*.jar'], dir: 'libs')

0 commit comments

Comments
 (0)