File tree Expand file tree Collapse file tree 3 files changed +3
-2
lines changed
Expand file tree Collapse file tree 3 files changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -28,6 +28,7 @@ mkrelease:
2828.ONESHELL :
2929sign :
3030 cd platforms/android/app/build/outputs/apk/release/ && \
31+ rm -f app-release-unsigned-aligned.apk && \
3132 /Users/hansr/Library/Android//sdk/build-tools/30.0.3/zipalign -v -p 4 app-release-unsigned.apk app-release-unsigned-aligned.apk && \
3233 /Users/hansr/Library/Android//sdk/build-tools/30.0.3/apksigner sign --ks ~ /src/rdzwx-go/my-release-key.jks --out app-release.apk app-release-unsigned-aligned.apk
3334
Original file line number Diff line number Diff line change 2727 "cordova-electron" : " ^3.0.0" ,
2828 "cordova-plugin-androidx-adapter" : " ^1.1.3" ,
2929 "cordova-plugin-inappbrowser" : " ^5.0.0" ,
30- "rdzwx-plugin" : " file:.. /rdzwx-plugin "
30+ "rdzwx-plugin" : " github:dl9rdz /rdzwx-lugin "
3131 },
3232 "cordova" : {
3333 "plugins" : {
Original file line number Diff line number Diff line change @@ -85,7 +85,7 @@ function onDeviceReady() {
8585 . then ( response => response . json ( ) )
8686 . then ( data => {
8787 console . log ( 'Success:' , data ) ;
88- if ( data . version > "1.0.6 " ) {
88+ if ( data . version > "1.0.7 " ) {
8989 if ( window . confirm ( "New version " + data . version + " available! Download?" ) ) {
9090 console . log ( "opening " + data . url ) ;
9191 cordova . InAppBrowser . open ( data . url , "_system" ) ;
You can’t perform that action at this time.
0 commit comments