We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c274b77 commit 0d550a9Copy full SHA for 0d550a9
1 file changed
app/build.gradle
@@ -32,9 +32,9 @@ android {
32
applicationId "com.carlos.grabredenvelope"
33
minSdkVersion 18
34
targetSdkVersion 33
35
- versionCode 341
36
- versionName "3.4.1"
37
- flavorDimensions "341" //和versionCode相同
+ versionCode 350
+ versionName "3.5.0"
+ flavorDimensions "350" //和versionCode相同
38
ndk {
39
//选择要添加的对应 cpu 类型的 .so 库。
40
abiFilters 'armeabi-v7a', 'x86'
0 commit comments