Skip to content

Commit

Permalink
Gradle fix
Browse files Browse the repository at this point in the history
  • Loading branch information
bialger committed Aug 19, 2023
1 parent 492d8fe commit 9805fed
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 4 additions & 0 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,10 @@ apply plugin: 'kotlin-android-extensions'
android {
compileSdkVersion 33

buildFeatures {
viewBinding true
}

defaultConfig {
applicationId "com.bigri239.easymusic"
minSdkVersion 23
Expand Down
6 changes: 1 addition & 5 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,4 @@ allprojects {

tasks.register('clean', Delete) {
delete rootProject.buildDir
}

buildFeatures {
viewBinding true
}
}

0 comments on commit 9805fed

Please sign in to comment.