Skip to content

Commit

Permalink
Version3.5.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
xbdcc committed Jan 21, 2023
1 parent c274b77 commit 0d550a9
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -32,9 +32,9 @@ android {
applicationId "com.carlos.grabredenvelope"
minSdkVersion 18
targetSdkVersion 33
versionCode 341
versionName "3.4.1"
flavorDimensions "341" //和versionCode相同
versionCode 350
versionName "3.5.0"
flavorDimensions "350" //和versionCode相同
ndk {
//选择要添加的对应 cpu 类型的 .so 库。
abiFilters 'armeabi-v7a', 'x86'
Expand Down

0 comments on commit 0d550a9

Please sign in to comment.