Skip to content

Commit

Permalink
Fix/downgrade build tools version (#974)
Browse files Browse the repository at this point in the history
* fix: downgrade build tools version to fix build

* fix: downgrade build tools version to fix build
  • Loading branch information
mateki0 authored Aug 23, 2023
1 parent e5c43c3 commit c7e4e14
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 c7e4e14

Please sign in to comment.