Skip to content

Commit 0a56d1e

Browse files
committed
android: prepare android update
Hotfix for the spurious attestation check failure.
1 parent 2e0d843 commit 0a56d1e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

frontends/android/BitBoxApp/app/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@ android {
77
applicationId "ch.shiftcrypto.bitboxapp"
88
minSdkVersion 21
99
targetSdkVersion 29
10-
versionCode 2
11-
versionName "android-20191117"
10+
versionCode 3
11+
versionName "android-20191125"
1212
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
1313
}
1414
buildTypes {

0 commit comments

Comments
 (0)