Skip to content

Commit

Permalink
Upgrade for Arctic Fox Stable support. Delete unnecessary .idea folder
Browse files Browse the repository at this point in the history
  • Loading branch information
dptsolutions committed Aug 2, 2021
1 parent 9dd0432 commit 0381f48
Show file tree
Hide file tree
Showing 7 changed files with 8 additions and 38 deletions.
3 changes: 0 additions & 3 deletions .idea/.gitignore

This file was deleted.

8 changes: 0 additions & 8 deletions .idea/modules.xml

This file was deleted.

17 changes: 0 additions & 17 deletions .idea/podcast-app.iml

This file was deleted.

6 changes: 0 additions & 6 deletions .idea/vcs.xml

This file was deleted.

4 changes: 4 additions & 0 deletions android/.idea/misc.xml

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

2 changes: 1 addition & 1 deletion android/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ localProperties.load(new FileInputStream(rootProject.file("local.properties")))

android {
compileSdk 30
buildToolsVersion "30.0.3"
buildToolsVersion "31.0.0"

defaultConfig {
applicationId "com.fabirt.podcastapp"
Expand Down
6 changes: 3 additions & 3 deletions android/build.gradle
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
// Top-level build file where you can add configuration options common to all sub-projects/modules.
buildscript {
ext {
kotlin_version = '1.5.10' // 1.5.20 has a bug w/ compiler options and hilt. Wait till it's fixed
kotlin_version = '1.5.10' // Compose Compiler dictates Kotlin version now!
kotlin_coroutines_version = '1.5.0'
compose_version = '1.0.0-beta09'
compose_version = '1.0.0'
accompanist_version = '0.12.0'
room_version = "2.2.6"
hilt_version = "2.37"
Expand All @@ -16,7 +16,7 @@ buildscript {
mavenCentral()
}
dependencies {
classpath 'com.android.tools.build:gradle:7.0.0-beta05'
classpath 'com.android.tools.build:gradle:7.0.0'
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 0381f48

Please sign in to comment.