Skip to content

Commit 0d550a9

Browse files
committed
Version3.5.0.
1 parent c274b77 commit 0d550a9

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

app/build.gradle

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -32,9 +32,9 @@ android {
3232
applicationId "com.carlos.grabredenvelope"
3333
minSdkVersion 18
3434
targetSdkVersion 33
35-
versionCode 341
36-
versionName "3.4.1"
37-
flavorDimensions "341" //和versionCode相同
35+
versionCode 350
36+
versionName "3.5.0"
37+
flavorDimensions "350" //和versionCode相同
3838
ndk {
3939
//选择要添加的对应 cpu 类型的 .so 库。
4040
abiFilters 'armeabi-v7a', 'x86'

0 commit comments

Comments
 (0)