Skip to content

Commit

Permalink
updates + chore
Browse files Browse the repository at this point in the history
  • Loading branch information
seldon1000 committed Sep 5, 2021
1 parent cdbb9c4 commit 458620c
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
Empty file added app/CMakeLists.txt
Empty file.
1 change: 1 addition & 0 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@ android {
composeOptions {
kotlinCompilerExtensionVersion compose_version
}
ndkVersion '23.0.7599858'
}

dependencies {
Expand Down
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
buildscript {
ext {
compose_version = '1.0.1'
compose_version = '1.0.2'
}
repositories {
google()
mavenCentral()
maven { url 'https://jitpack.io' }
}
dependencies {
classpath 'com.android.tools.build:gradle:7.1.0-alpha10'
classpath 'com.android.tools.build:gradle:7.1.0-alpha11'
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:1.5.21"
}
}
Expand Down

0 comments on commit 458620c

Please sign in to comment.