Skip to content

Commit

Permalink
Added classpath to project
Browse files Browse the repository at this point in the history
  • Loading branch information
MaXFeeD authored Dec 9, 2023
1 parent f297883 commit 2e7180a
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,11 @@ buildscript {
mavenCentral()
}
dependencies {
classpath "com.android.tools.build:gradle:7.0.1"

// NOTE: Do not place your application dependencies here; they belong
// in the individual module build.gradle files
classpath 'com.android.tools.build:gradle:7.0.1'
classpath fileTree (dir: 'app/classpath', include: ['*.jar'])
}
}

task clean(type: Delete) {
delete rootProject.buildDir
}
}

0 comments on commit 2e7180a

Please sign in to comment.