gradle: downgrade buildToolsVersion to fix GitHub workflow build error

This commit is contained in:
CappielloAntonio 2024-03-24 19:59:41 +01:00
parent 7b6d2c62a5
commit 499929ad55

View file

@ -4,7 +4,7 @@ apply plugin: 'kotlin-parcelize'
android { android {
compileSdk = 34 compileSdk = 34
buildToolsVersion = '35.0.0 rc1' buildToolsVersion = '34.0.0'
defaultConfig { defaultConfig {
minSdkVersion 24 minSdkVersion 24