Skip to content

Commit

Permalink
Downgrade appcompat version to fix build errors
Browse files Browse the repository at this point in the history
  • Loading branch information
udenr committed Aug 16, 2024
1 parent ca6364b commit 9b7b775
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ dependencies {
exclude group: 'com.android.support', module: 'support-v4'
exclude module: 'recyclerview-v7'
}
implementation 'androidx.appcompat:appcompat:1.7.0'
implementation 'androidx.appcompat:appcompat:1.6.1'
implementation 'com.google.android.material:material:1.12.0'
implementation 'androidx.legacy:legacy-support-core-utils:1.0.0'
implementation 'androidx.recyclerview:recyclerview:1.3.2'
Expand Down

0 comments on commit 9b7b775

Please sign in to comment.