Skip to content

Commit

Permalink
Remove gradle instructions no longer needed
Browse files Browse the repository at this point in the history
  • Loading branch information
cemrich committed Sep 14, 2021
1 parent 2d23271 commit f838901
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -33,10 +33,6 @@ android {
}
}

packagingOptions {
exclude 'META-INF/library-core_release.kotlin_module'
}

buildFeatures {
viewBinding {
enabled = true
Expand Down Expand Up @@ -71,11 +67,6 @@ android {
}
}

configurations {
cleanedAnnotations
compile.exclude group: 'org.jetbrains', module: 'annotations'
}

dependencies {
implementation fileTree(include: ['*.jar'], dir: 'libs')

Expand Down

0 comments on commit f838901

Please sign in to comment.