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

Commit 2d2cad3

Browse files
authoredAug 16, 2021
feat: showcase compose (#37)
1 parent 8cc435d commit 2d2cad3

File tree

87 files changed

+5937
-18
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

87 files changed

+5937
-18
lines changed
 

‎.gitignore

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
/build
1+
build/
22
.idea/
33
.gradle
44
.DS_STORE

‎build.gradle

+5-5
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,16 @@
11
buildscript {
2-
ext.kotlin_version = "1.5.10"
2+
ext.kotlin_version = "1.5.21"
33
ext.lifecycle_version = "2.2.0"
44
ext.build_tools_version = "30.0.3"
5-
ext.instantsearch = '2.11.0-beta02'
6-
ext.canary = '2.6'
7-
ext.compose_version = '1.0.0-rc02'
5+
ext.instantsearch = '2.11.0'
6+
ext.canary = '2.7'
7+
ext.compose_version = '1.0.1'
88
repositories {
99
mavenCentral()
1010
google()
1111
}
1212
dependencies {
13-
classpath 'com.android.tools.build:gradle:7.0.0-rc01'
13+
classpath 'com.android.tools.build:gradle:7.0.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)
This repository has been archived.