Skip to content

Commit

Permalink
[Refactor] Reorder build file entries.
Browse files Browse the repository at this point in the history
  • Loading branch information
zhanghai committed Sep 9, 2023
1 parent 5b5838b commit 308fed9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,9 @@ apply plugin: 'com.google.firebase.crashlytics'

android {
namespace 'me.zhanghai.android.files'
buildToolsVersion = '34.0.0'
compileSdk 34
ndkVersion '25.2.9519653'
buildToolsVersion = '34.0.0'
defaultConfig {
applicationId 'me.zhanghai.android.files'
minSdk 21
Expand Down

0 comments on commit 308fed9

Please sign in to comment.