Skip to content

Commit 499929a

Browse files
gradle: downgrade buildToolsVersion to fix GitHub workflow build error
1 parent 7b6d2c6 commit 499929a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: app/build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ apply plugin: 'kotlin-parcelize'
44

55
android {
66
compileSdk = 34
7-
buildToolsVersion = '35.0.0 rc1'
7+
buildToolsVersion = '34.0.0'
88

99
defaultConfig {
1010
minSdkVersion 24

0 commit comments

Comments
 (0)