Skip to content

Commit 26b9113

Browse files
dslulSeth
authored andcommitted
webp conversion
1 parent 4e59c73 commit 26b9113

1,185 files changed

Lines changed: 7 additions & 0 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

app/build.gradle

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,9 @@ android {
1616
buildTypes {
1717
release {
1818
minifyEnabled false
19+
debuggable false
20+
jniDebuggable false
21+
renderscriptDebuggable false
1922
proguardFiles getDefaultProguardFile('proguard-android.txt'), 'proguard-rules.pro'
2023
}
2124
debug {
@@ -39,6 +42,10 @@ android {
3942
}
4043
}
4144

45+
lintOptions {
46+
abortOnError false
47+
}
48+
4249
ndkVersion '21.3.6528147'
4350
}
4451

-436 Bytes
Binary file not shown.
372 Bytes
Binary file not shown.
1.02 KB
Binary file not shown.
772 Bytes
Binary file not shown.
688 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)