Skip to content

Commit

Permalink
chore: Refactor and update Gradle configurations
Browse files Browse the repository at this point in the history
  • Loading branch information
Smooth-E committed Sep 19, 2024
1 parent a5609f6 commit bb04298
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 8 deletions.
3 changes: 0 additions & 3 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -45,10 +45,7 @@ android {

dependencies {
implementation 'androidx.appcompat:appcompat:1.7.0'

// com.google.android.material:material:1.12.0 has a broken collapsing toolbar scrim
implementation 'com.google.android.material:material:1.12.0'

implementation 'androidx.core:core-ktx:1.13.1'
implementation 'androidx.preference:preference-ktx:1.2.1'

Expand Down
2 changes: 1 addition & 1 deletion hidden-api-stub/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ plugins {

android {
namespace "android"
compileSdk 33
compileSdk 34

compileOptions {
sourceCompatibility = JavaVersion.VERSION_1_8
Expand Down
5 changes: 1 addition & 4 deletions widget-factory/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ android {
}

defaultConfig {
minSdk 30
targetSdk 34
minSdk 30
}

kotlinOptions {
Expand All @@ -25,10 +25,7 @@ android {
dependencies {
implementation 'androidx.core:core-ktx:1.13.1'
implementation 'androidx.appcompat:appcompat:1.7.0'

// com.google.android.material:material:1.12.0 has a broken collapsing toolbar scrim
implementation 'com.google.android.material:material:1.12.0'

implementation 'androidx.preference:preference-ktx:1.2.1'
implementation 'androidx.core:core-ktx:1.13.1'
}

0 comments on commit bb04298

Please sign in to comment.