mirror of
https://github.com/CappielloAntonio/tempo.git
synced 2026-01-30 06:12:07 +00:00
gradle: downgrade buildToolsVersion to fix GitHub workflow build error
This commit is contained in:
@@ -4,7 +4,7 @@ apply plugin: 'kotlin-parcelize'
|
||||
|
||||
android {
|
||||
compileSdk = 34
|
||||
buildToolsVersion = '35.0.0 rc1'
|
||||
buildToolsVersion = '34.0.0'
|
||||
|
||||
defaultConfig {
|
||||
minSdkVersion 24
|
||||
|
||||
Reference in New Issue
Block a user