Skip to content

Commit

Permalink
build: buildToolsVersion deprecated
Browse files Browse the repository at this point in the history
Log :
The specified Android SDK Build Tools version (33.0.0) is ignored, as it is below the minimum supported version (33.0.1) for Android Gradle Plugin 8.1.0.
Android SDK Build Tools 33.0.1 will be used.
To suppress this warning, remove "buildToolsVersion '33.0.0'" from your build.gradle file, as each version of the Android Gradle Plugin now has a default version of the build tools.
  • Loading branch information
Guillaume Husta committed Jul 26, 2023
1 parent ade5df0 commit 0708b79
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ plugins {
android {
namespace 'fr.husta.android.dockersearch'
compileSdk 33
buildToolsVersion '33.0.0'

defaultConfig {
applicationId "fr.husta.android.dockersearch"
Expand Down

0 comments on commit 0708b79

Please sign in to comment.