Skip to content

Commit

Permalink
Remove build tools version and update gradle
Browse files Browse the repository at this point in the history
  • Loading branch information
samfundev committed Nov 28, 2023
1 parent 029a27a commit f004467
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
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 "com.perflyst.twire"
compileSdk 33
buildToolsVersion "32.0.0"
ndkVersion "25.0.8775105"

defaultConfig {
Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ buildscript {
}

dependencies {
classpath 'com.android.tools.build:gradle:8.0.2'
classpath 'com.android.tools.build:gradle:8.1.3'

// NOTE: Do not place your application dependencies here; they belong
// in the individual module build.gradle files
Expand Down

0 comments on commit f004467

Please sign in to comment.