Skip to content
This repository has been archived by the owner on Jan 10, 2024. It is now read-only.

Commit

Permalink
chore: draft
Browse files Browse the repository at this point in the history
  • Loading branch information
reichhartd committed Jan 10, 2024
1 parent b7494dc commit d01591f
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion examples/expo/app.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,17 @@
}
}
],
["expo-build-properties", { "android": { "minSdkVersion": 23 } }]
[
"expo-build-properties",
{
"android": {
"buildToolsVersion": "34.0.0",
"minSdkVersion": 23,
"compileSdkVersion": 34,
"targetSdkVersion": 34
}
}
]
]
}
}

0 comments on commit d01591f

Please sign in to comment.