gradle: downgrade buildToolsVersion to fix GitHub workflow build error
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user