Skip to content

Commit

Permalink
Remove unnecessary plugins redeclarations
Browse files Browse the repository at this point in the history
  • Loading branch information
wzieba committed Apr 29, 2024
1 parent 5a327ca commit 5c57d40
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions settings.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,7 @@ pluginManagement {
id 'com.android.application' version gradle.ext.agpVersion
id 'org.jetbrains.kotlin.android' version gradle.ext.kotlinVersion
id 'com.automattic.android.publish-to-s3' version gradle.ext.automatticPublishToS3Version
id 'com.android.library' version '8.1.0'
id 'androidx.benchmark' version '1.2.3'
id 'org.jetbrains.kotlin.android' version '1.8.21'
id 'androidx.benchmark' version '1.2.4'
}
repositories {
maven {
Expand Down

0 comments on commit 5c57d40

Please sign in to comment.