Skip to content

Commit dd62019

Browse files
committed
[Fix] Downgrade build tools to fix librootjava.
Fixes: #24
1 parent 73e833e commit dd62019

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

app/build.gradle

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,9 @@ apply plugin: 'com.google.firebase.crashlytics'
3131
android {
3232
compileSdkVersion 31
3333
ndkVersion '22.1.7171670'
34-
buildToolsVersion '31.0.0'
34+
// Build tools 31.0.0 broke librootjava: https://github.com/Chainfire/librootjava/issues/24 .
35+
//buildToolsVersion '31.0.0'
36+
buildToolsVersion '30.0.3'
3537
defaultConfig {
3638
applicationId 'me.zhanghai.android.files'
3739
minSdkVersion 21

0 commit comments

Comments
 (0)