Skip to content

Commit ac620bf

Browse files
committed
fix: remove jetifier
1 parent 3d7951d commit ac620bf

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

gradle.properties

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@
66
# http://www.gradle.org/docs/current/userguide/build_environment.html
77
# Specifies the JVM arguments used for the daemon process.
88
# The setting is particularly useful for tweaking memory settings.
9-
android.enableJetifier=true
109
android.useAndroidX=true
1110
org.gradle.jvmargs=-Xmx1536m
1211
# When configured, Gradle will run in incubating parallel mode.

voice/src/main/kotlin/com/algolia/instantsearch/voice/ui/Voice.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ object Voice {
6464
.setData(Uri.fromParts("package", packageName, null)))
6565
}
6666

67-
/** Displays the rationale behind requesting the recording permission via a [Snackbar].
67+
/** Displays the rationale behind requesting the recording permission via a Snackbar.
6868
* @param anchor the view on which the SnackBar will be anchored.
6969
* @param whyAllow a description of why the permission should be granted.
7070
* @param buttonAllow a call to action for granting the permission.

0 commit comments

Comments
 (0)