Skip to content

Commit

Permalink
fix: downgrade build tools version to fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
mateki0 committed Aug 23, 2023
1 parent 77be67c commit 1cadc9b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

buildscript {
ext {
buildToolsVersion = "33.0.0"
buildToolsVersion = "31.0.0"
minSdkVersion = 23
compileSdkVersion = 33
targetSdkVersion = 33
Expand Down

0 comments on commit 1cadc9b

Please sign in to comment.