diff --git a/.DS_Store b/.DS_Store new file mode 100644 index 0000000..72b5678 Binary files /dev/null and b/.DS_Store differ diff --git a/FastNotes/app.json b/FastNotes/app.json index ccb0212..b3b06bf 100644 --- a/FastNotes/app.json +++ b/FastNotes/app.json @@ -2,7 +2,7 @@ "expo": { "name": "FastNotes", "slug": "FastNotes", - "version": "1.0.0", + "version": "1.0.1", "orientation": "portrait", "icon": "./assets/images/icon.png", "scheme": "fastnotes", diff --git a/FastNotes/eas.json b/FastNotes/eas.json index f4cc4a0..dc5069d 100644 --- a/FastNotes/eas.json +++ b/FastNotes/eas.json @@ -9,7 +9,10 @@ "distribution": "internal" }, "preview": { - "distribution": "internal" + "distribution": "internal", + "android": { + "buildType": "apk" + } }, "production": { "autoIncrement": true