Skip to content

Commit

Permalink
Update version. Updated targetSdkVersion for Android.
Browse files Browse the repository at this point in the history
  • Loading branch information
Nonononoki committed Aug 25, 2024
1 parent 732a1ba commit 5429214
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 12 deletions.
26 changes: 14 additions & 12 deletions app.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"expo": {
"name": "Alovoa",
"slug": "alovoa-expo",
"version": "1.11.0",
"version": "1.12.0",
"scheme": "alovoa",
"orientation": "portrait",
"userInterfaceStyle": "automatic",
Expand All @@ -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",
Expand Down Expand Up @@ -89,7 +91,7 @@
"android.permission.WRITE_EXTERNAL_STORAGE",
"android.permission.RECORD_AUDIO"
],
"versionCode": 33
"versionCode": 34
},
"web": {
"bundler": "metro",
Expand Down
2 changes: 2 additions & 0 deletions fastlane/metadata/android/en-US/changelogs/34.txt
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit 5429214

Please sign in to comment.