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