Skip to content

Commit

Permalink
[Feature] Build against and target API 32.
Browse files Browse the repository at this point in the history
  • Loading branch information
zhanghai committed Jun 1, 2022
1 parent c08487b commit 75ffe05
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -30,13 +30,13 @@ apply plugin: 'com.google.firebase.crashlytics'

android {
namespace 'me.zhanghai.android.files'
compileSdkVersion 31
compileSdkVersion 32
ndkVersion '24.0.8215888'
buildToolsVersion '32.0.0'
defaultConfig {
applicationId 'me.zhanghai.android.files'
minSdkVersion 21
targetSdkVersion 31
targetSdkVersion 32
versionCode 31
versionName '1.5.2'
resValue 'string', 'app_version', versionName + ' (' + versionCode + ')'
Expand Down

0 comments on commit 75ffe05

Please sign in to comment.