mirror of
https://github.com/antebudimir/tempus.git
synced 2025-12-31 17:43:32 +00:00
gradle: downgrade buildToolsVersion to fix GitHub workflow build error
This commit is contained in:
parent
7b6d2c62a5
commit
499929ad55
1 changed files with 1 additions and 1 deletions
|
|
@ -4,7 +4,7 @@ apply plugin: 'kotlin-parcelize'
|
|||
|
||||
android {
|
||||
compileSdk = 34
|
||||
buildToolsVersion = '35.0.0 rc1'
|
||||
buildToolsVersion = '34.0.0'
|
||||
|
||||
defaultConfig {
|
||||
minSdkVersion 24
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue