Skip to content

Commit

Permalink
gradle: downgrade buildToolsVersion to fix GitHub workflow build error
Browse files Browse the repository at this point in the history
  • Loading branch information
CappielloAntonio committed Mar 24, 2024
1 parent 7b6d2c6 commit 499929a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/build.gradle
Expand Up @@ -4,7 +4,7 @@ apply plugin: 'kotlin-parcelize'

android {
compileSdk = 34
buildToolsVersion = '35.0.0 rc1'
buildToolsVersion = '34.0.0'

defaultConfig {
minSdkVersion 24
Expand Down

0 comments on commit 499929a

Please sign in to comment.