We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 73e833e commit dd62019Copy full SHA for dd62019
1 file changed
app/build.gradle
@@ -31,7 +31,9 @@ apply plugin: 'com.google.firebase.crashlytics'
31
android {
32
compileSdkVersion 31
33
ndkVersion '22.1.7171670'
34
- buildToolsVersion '31.0.0'
+ // Build tools 31.0.0 broke librootjava: https://github.com/Chainfire/librootjava/issues/24 .
35
+ //buildToolsVersion '31.0.0'
36
+ buildToolsVersion '30.0.3'
37
defaultConfig {
38
applicationId 'me.zhanghai.android.files'
39
minSdkVersion 21
0 commit comments