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

Commit b4d02c3

Browse files
committed
chore: update AGP to 7.1.0
+ use latest stable version of ISAndroid
1 parent 6341a29 commit b4d02c3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,15 +2,15 @@ buildscript {
22
ext.kotlin_version = "1.5.31"
33
ext.lifecycle_version = "2.2.0"
44
ext.build_tools_version = "31.0.0"
5-
ext.instantsearch = '2.11.5-SNAPSHOT'
5+
ext.instantsearch = '2.11.4'
66
ext.canary = '2.7'
77
ext.compose_version = '1.0.5'
88
repositories {
99
mavenCentral()
1010
google()
1111
}
1212
dependencies {
13-
classpath 'com.android.tools.build:gradle:7.0.4'
13+
classpath 'com.android.tools.build:gradle:7.1.0'
1414
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version"
1515
classpath "org.jetbrains.kotlin:kotlin-serialization:$kotlin_version"
1616
}

0 commit comments

Comments
 (0)