We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3476bb5 commit cc5e271Copy full SHA for cc5e271
1 file changed
app/build.gradle
@@ -20,8 +20,8 @@ android {
20
applicationId 'com.iriswallet'
21
minSdk 26
22
targetSdk 33
23
- versionCode 20
24
- versionName '0.1.2'
+ versionCode 21
+ versionName '0.1.3'
25
ndk {
26
abiFilters 'x86_64', 'arm64-v8a', 'armeabi-v7a'
27
}
0 commit comments