diff --git a/.easignore b/.easignore index aa9526d..80ea523 100644 --- a/.easignore +++ b/.easignore @@ -38,4 +38,8 @@ yarn-error.* app-example x.ts -x.sh \ No newline at end of file +x.sh + +.env + +android/ \ No newline at end of file diff --git a/app.config.js b/app.config.js index d3ed915..5aa17bf 100644 --- a/app.config.js +++ b/app.config.js @@ -4,7 +4,7 @@ export default { expo: { name: "Desa+", slug: "mobile-darmasaba", - version: "1.0.4", + version: "1.0.5", // Versi aplikasi (App Store) jsEngine: "jsc", orientation: "portrait", icon: "./assets/images/logo-icon-small.png", @@ -14,6 +14,7 @@ export default { ios: { supportsTablet: true, bundleIdentifier: "mobiledarmasaba.app", + buildNumber: "2", infoPlist: { ITSAppUsesNonExemptEncryption: false, CFBundleDisplayName: "Desa+" @@ -22,7 +23,7 @@ export default { }, android: { package: "mobiledarmasaba.app", - versionCode: 8, + versionCode: 9, adaptiveIcon: { foregroundImage: "./assets/images/logo-icon-small.png", backgroundColor: "#ffffff"