diff --git a/app.json b/app.json index 12029a2..9c20d2f 100644 --- a/app.json +++ b/app.json @@ -2,7 +2,7 @@ "expo": { "name": "Alovoa", "slug": "alovoa-expo", - "version": "1.11.0", + "version": "1.12.0", "scheme": "alovoa", "orientation": "portrait", "userInterfaceStyle": "automatic", @@ -16,17 +16,19 @@ ], "./plugins/setClearTextTrafficFalse", "expo-localization", - "expo-build-properties", - { - "android": { - "compileSdkVersion": 34, - "targetSdkVersion": 34, - "buildToolsVersion": "34.0.0" - }, - "ios": { - "deploymentTarget": "13.4" + [ + "expo-build-properties", + { + "android": { + "compileSdkVersion": 34, + "targetSdkVersion": 34, + "buildToolsVersion": "34.0.0" + }, + "ios": { + "deploymentTarget": "13.4" + } } - } + ] ], "splash": { "image": "./assets/splash.png", @@ -89,7 +91,7 @@ "android.permission.WRITE_EXTERNAL_STORAGE", "android.permission.RECORD_AUDIO" ], - "versionCode": 33 + "versionCode": 34 }, "web": { "bundler": "metro", diff --git a/fastlane/metadata/android/en-US/changelogs/34.txt b/fastlane/metadata/android/en-US/changelogs/34.txt new file mode 100755 index 0000000..59b3efe --- /dev/null +++ b/fastlane/metadata/android/en-US/changelogs/34.txt @@ -0,0 +1,2 @@ +You can now double tap on images of a person on their profile to zoom in. +General UI improvements and bug fixes \ No newline at end of file