Browse Source

version code 2

master
Dslak 6 years ago
parent
commit
04adeafca5
  1. 4
      TIPS
  2. BIN
      builds/VDS-Quiz-188a7d9296b147dfb341331055e30474-signed.apk
  3. BIN
      builds/VDS-Quiz-595cb17044df464280f2d636fbe892ee-signed.apk
  4. BIN
      certs/expo-keystore/VDS-Quiz.jks
  5. 3
      vds-app/app.json

4
TIPS

@ -1,6 +1,10 @@
remove all extra permissions (CAMERA, etc...) from node_modules expo
set true enableSeparateBuildPerCPUArchitecture and enableProguardInReleaseBuilds in node_modules
build using:
expo build:android --type app-bundle
expo fetch:android:keystore

BIN
builds/VDS-Quiz-188a7d9296b147dfb341331055e30474-signed.apk

Binary file not shown.

BIN
builds/VDS-Quiz-595cb17044df464280f2d636fbe892ee-signed.apk

Binary file not shown.

BIN
certs/expo-keystore/VDS-Quiz.jks

Binary file not shown.

3
vds-app/app.json

@ -8,7 +8,7 @@
"ios",
"android"
],
"version": "1.0.0",
"version": "1.2.0",
"orientation": "portrait",
"icon": "./assets/icon.png",
"splash": {
@ -25,6 +25,7 @@
"android": {
"package": "com.dslak.vdsquiz",
"permissions": [],
"versionCode": 2,
"config": {
"googleMobileAdsAppId": "ca-app-pub-4145771316565790~1876877627"
}

Loading…
Cancel
Save