File tree Expand file tree Collapse file tree 2 files changed +5
-3
lines changed Expand file tree Collapse file tree 2 files changed +5
-3
lines changed Original file line number Diff line number Diff 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 {
Original file line number Diff line number Diff line change 88 cd goserver && ${MAKE} clean
99 cd BitBoxApp && ./gradlew clean
1010prepare-android :
11- mkdir -p BitBoxApp/app/src/main/assets/web && cp -aR ../web/build/* BitBoxApp/app/src/main/assets/web/
11+ rm -rf BitBoxApp/app/src/main/assets/web
12+ mkdir -p BitBoxApp/app/src/main/assets/web
13+ cp -aR ../web/build/* BitBoxApp/app/src/main/assets/web/
1214 cd goserver && ${MAKE} build
1315 cp goserver/goserver.aar BitBoxApp/goserver/
1416logcat :
You can’t perform that action at this time.
0 commit comments