Skip to content

Commit

Permalink
⬆️ bump compose version to 1.0.2 and AGP version to 7.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
theapache64 committed Sep 10, 2021
1 parent a54c52e commit cab452c
Show file tree
Hide file tree
Showing 3 changed files with 74 additions and 2 deletions.
10 changes: 10 additions & 0 deletions .idea/markdown-navigator-enh.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

62 changes: 62 additions & 0 deletions .idea/markdown-navigator.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
// Top-level build file where you can add configuration options common to all sub-projects/modules.
buildscript {
ext {
compose_version = '1.0.1'
compose_version = '1.0.2'
kotlin_version = '1.5.21'
hilt_version = '2.38.1'
}
Expand All @@ -10,7 +10,7 @@ buildscript {
mavenCentral()
}
dependencies {
classpath "com.android.tools.build:gradle:7.0.0"
classpath "com.android.tools.build:gradle:7.0.2"
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version"
classpath "com.google.dagger:hilt-android-gradle-plugin:$hilt_version"

Expand Down

0 comments on commit cab452c

Please sign in to comment.